From d9b27c612ca089e065c8ea449c4f60562760f500 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 23 Feb 2015 21:47:27 +1100 Subject: [PATCH] Add received proxy share result to verbose logging output --- src/generator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/generator.c b/src/generator.c index bd8db15a..851e9372 100644 --- a/src/generator.c +++ b/src/generator.c @@ -1455,8 +1455,8 @@ static bool parse_share(proxy_instance_t *proxi, const char *buf) LOGINFO("Failed to find matching share to result: %s", buf); goto out; } - LOGDEBUG("Found share from client %d with msg_id %d", share->client_id, - share->msg_id); + LOGINFO("Found share result %s from client %d with msg_id %d", buf, share->client_id, + share->msg_id); free(share); out: if (val)