Browse Source

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

space " "
djm34
platinum4 10 years ago committed by Jan Berdajs
parent
commit
280a64e537
  1. 1
      sgminer.c

1
sgminer.c

@ -4129,6 +4129,7 @@ static void set_blockdiff(const struct work *work) @@ -4129,6 +4129,7 @@ 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;
if (opt_morenotices)
applog(LOG_NOTICE, "Network diff set to %s", block_diff);
}
}

Loading…
Cancel
Save