Skip to content

Commit

Permalink
Merge branch 'monkins1010:ARM' into ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
wong-fi-hung committed Apr 22, 2024
2 parents e959bb3 + 1667394 commit 542cd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void gpulog(int prio, int thr_id, const char *fmt, ...)
return;

if (gpu_threads > 1)
len = snprintf(pfmt, 128, "CPU T%d: Verus Hashing", thr_id, fmt);
len = snprintf(pfmt, 128, "CPU T%d: Verus Hashing. %s", thr_id, fmt);
else
len = snprintf(pfmt, 128, "GPU #%d: %s", dev_id, fmt);
pfmt[sizeof(pfmt)-1]='\0';
Expand Down

0 comments on commit 542cd60

Please sign in to comment.