1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-05 19:44:21 +00:00

Remove thread id display from rejected shares as well.

This commit is contained in:
Con Kolivas 2012-04-28 00:16:34 +10:00
parent 86e94edb89
commit 03fab3f438

View File

@ -1704,8 +1704,8 @@ static bool submit_upstream_work(const struct work *work)
} else
strcpy(reason, "");
applog(LOG_NOTICE, "Rejected %s %s %d thread %d%s%s",
hashshow, cgpu->api->name, cgpu->device_id, thr_id, where, reason);
applog(LOG_NOTICE, "Rejected %s %s %d %s%s",
hashshow, cgpu->api->name, cgpu->device_id, where, reason);
sharelog(disposition, work);
}
}