From eab6c1ba6439fdc8b5b10d51b81409660998d422 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Tue, 17 Feb 2015 15:52:14 +1100 Subject: [PATCH] Add more info to missing jobid notice --- src/generator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/generator.c b/src/generator.c index 45c609fd..a3f48388 100644 --- a/src/generator.c +++ b/src/generator.c @@ -1491,8 +1491,8 @@ static void *proxy_send(void *arg) ret = send_json_msg(cs, val); json_decref(val); } else if (!jobid) { - LOGNOTICE("Proxy %d:%s failed to find matching jobid in proxysend", - proxy->id, proxy->si->url); + LOGNOTICE("Proxy %d:%s failed to find matching jobid for %sknown subproxy in proxysend", + proxy->id, proxy->si->url, subproxy ? "" : "un"); } else { LOGNOTICE("Failed to find subproxy %d:%d to send message to", proxy->id, subid);