|
|
@ -1491,8 +1491,8 @@ static void *proxy_send(void *arg) |
|
|
|
ret = send_json_msg(cs, val); |
|
|
|
ret = send_json_msg(cs, val); |
|
|
|
json_decref(val); |
|
|
|
json_decref(val); |
|
|
|
} else if (!jobid) { |
|
|
|
} else if (!jobid) { |
|
|
|
LOGNOTICE("Proxy %d:%s failed to find matching jobid in proxysend", |
|
|
|
LOGNOTICE("Proxy %d:%s failed to find matching jobid for %sknown subproxy in proxysend", |
|
|
|
proxy->id, proxy->si->url); |
|
|
|
proxy->id, proxy->si->url, subproxy ? "" : "un"); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
LOGNOTICE("Failed to find subproxy %d:%d to send message to", |
|
|
|
LOGNOTICE("Failed to find subproxy %d:%d to send message to", |
|
|
|
proxy->id, subid); |
|
|
|
proxy->id, subid); |
|
|
|