Skip to content

Commit 6861268

Browse files
client: timestamp GPU detect warnings
1 parent cde0ce5 commit 6861268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/gpu_detect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ void COPROCS::bound_counts() {
833833
}
834834

835835
void gpu_warning(vector<string> &warnings, const char* msg) {
836-
fprintf(stderr, "%s\n", msg);
836+
fprintf(stderr, "[%s] %s\n", time_to_str(dtime()), msg);
837837
warnings.push_back(msg);
838838
}
839839

0 commit comments

Comments
 (0)