From 7473c3dc94c1ce153a9d60ef264a5913529125b4 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sat, 16 Feb 2013 05:06:38 +0000 Subject: [PATCH] Bugfix: Missing pool_no parameter to applog for no-stratum-sessionid debug message --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.c b/util.c index 3ab12368..e3c435b5 100644 --- a/util.c +++ b/util.c @@ -1482,7 +1482,7 @@ bool initiate_stratum(struct pool *pool) if (pool->sessionid) applog(LOG_DEBUG, "Pool %d stratum session id: %s", pool->pool_no, pool->sessionid); else - applog(LOG_DEBUG, "Pool %d stratum session id does not exist"); + applog(LOG_DEBUG, "Pool %d stratum session id does not exist", pool->pool_no); ret = true; out: