mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
Merge pull request #386 from luke-jr/bugfix_20130215a
Bugfix: Missing pool_no parameter to applog for no-stratum-sessionid debug message
This commit is contained in:
commit
a7859bb416
2
util.c
2
util.c
@ -1491,7 +1491,7 @@ bool initiate_stratum(struct pool *pool)
|
|||||||
if (pool->sessionid)
|
if (pool->sessionid)
|
||||||
applog(LOG_DEBUG, "Pool %d stratum session id: %s", pool->pool_no, pool->sessionid);
|
applog(LOG_DEBUG, "Pool %d stratum session id: %s", pool->pool_no, pool->sessionid);
|
||||||
else
|
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;
|
ret = true;
|
||||||
out:
|
out:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user