X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-distro%2Frecipes-security%2Fgssproxy%2Ffiles%2FEmit-debug-on-queue-errors.patch;fp=meta-starlingx%2Fmeta-stx-distro%2Frecipes-security%2Fgssproxy%2Ffiles%2FEmit-debug-on-queue-errors.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=99e769006358751b0f41c1cf071331549f74f547;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-distro/recipes-security/gssproxy/files/Emit-debug-on-queue-errors.patch b/meta-starlingx/meta-stx-distro/recipes-security/gssproxy/files/Emit-debug-on-queue-errors.patch deleted file mode 100644 index 99e7690..0000000 --- a/meta-starlingx/meta-stx-distro/recipes-security/gssproxy/files/Emit-debug-on-queue-errors.patch +++ /dev/null @@ -1,26 +0,0 @@ -From f1f89ef85b65b95f568d46fea85c7e7834e3a101 Mon Sep 17 00:00:00 2001 -From: Simo Sorce -Date: Thu, 26 Oct 2017 11:47:54 -0400 -Subject: [PATCH] Emit debug on queue errors - -Signed-off-by: Simo Sorce -Reviewed-by: Robbie Harwood -Merges: #218 -(cherry picked from commit af666affbd4735ba437e3d89d9e22984a556ed16) ---- - proxy/src/gp_workers.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/proxy/src/gp_workers.c b/proxy/src/gp_workers.c -index 2a33c21..18f38f6 100644 ---- a/proxy/src/gp_workers.c -+++ b/proxy/src/gp_workers.c -@@ -314,6 +314,8 @@ static void gp_handle_reply(verto_ctx *vctx, verto_ev *ev) - case GP_QUERY_IN: - /* ?! fallback and kill client conn */ - case GP_QUERY_ERR: -+ GPDEBUGN(3, "[status] Handling query error, terminating CID %d.\n", -+ gp_conn_get_cid(q->conn)); - gp_conn_free(q->conn); - gp_query_free(q, true); - break;