1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-27 06:54:15 +00:00

klaus small fixes

This commit is contained in:
Tanguy Pruvot 2015-09-05 20:16:24 +02:00
parent ac1f6ad1bb
commit 6e64383b32

View File

@ -1819,7 +1819,6 @@ static void *miner_thread(void *userdata)
}
work.scanned_from = start_nonce;
nonceptr[0] = start_nonce;
if (opt_debug)
applog(LOG_DEBUG, "GPU #%d: start=%08x end=%08x range=%08x",
@ -2047,7 +2046,7 @@ static void *miner_thread(void *userdata)
work.scanned_to = max_nonce;
if (opt_debug && opt_benchmark) {
// to debug nonce ranges
applog(LOG_DEBUG, "GPU #%d: ends=%08x range=%llx", device_map[thr_id],
applog(LOG_DEBUG, "GPU #%d: ends=%08x range=%08x", device_map[thr_id],
nonceptr[0], (nonceptr[0] - start_nonce));
}
}