From 4f3e19325b88219308688c071c97e0a812cf3b8e Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 21 Mar 2015 22:11:26 +1100 Subject: [PATCH] Minor notice change --- src/stratifier.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/stratifier.c b/src/stratifier.c index 43dbb254..bffa5080 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -1324,7 +1324,8 @@ static void generator_recruit(const ckpool_t *ckp, const int proxyid, const int char buf[256]; sprintf(buf, "recruit=%d:%d", proxyid, recruits); - LOGINFO("Stratifer requesting %d more proxies from generator", recruits); + LOGINFO("Stratifer requesting %d more subproxies of proxy %d from generator", + recruits, proxyid); send_generator(ckp, buf, GEN_PRIORITY); }