Skip to content

Commit a157d1b

Browse files
Update ggml/src/ggml-cpu/ggml-cpu.c
Co-authored-by: Diego Devesa <[email protected]>
1 parent de924b0 commit a157d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cpu/ggml-cpu.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2436,7 +2436,7 @@ static bool ggml_thread_apply_priority(int32_t prio) {
24362436
p.StateMask = 0;
24372437

24382438
if (!SetThreadInformation(GetCurrentThread(), ThreadPowerThrottling, &p, sizeof(p))) {
2439-
fprintf(stderr, "warn: failed to disable thread power throttling %d : (%d)\n", prio, (int) GetLastError());
2439+
GGML_LOG_DEBUG("failed to disable thread power throttling %d : (%d)\n", prio, (int) GetLastError());
24402440
return false;
24412441
}
24422442
}

0 commit comments

Comments
 (0)