1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

Squelch "Network diff set" unless --more-notices

space " "
This commit is contained in:
platinum4 2014-06-09 10:03:58 -05:00 committed by Jan Berdajs
parent 25d7d426fd
commit 280a64e537

@ -4129,7 +4129,8 @@ static void set_blockdiff(const struct work *work)
if (unlikely(current_diff != ddiff)) {
suffix_string(ddiff, block_diff, sizeof(block_diff), 0);
current_diff = ddiff;
applog(LOG_NOTICE, "Network diff set to %s", block_diff);
if (opt_morenotices)
applog(LOG_NOTICE, "Network diff set to %s", block_diff);
}
}