There was an error while loading. Please reload this page.
1 parent 0f77a8f commit 5c212e8Copy full SHA for 5c212e8
1 file changed
src/transcription-filter-callbacks.cpp
@@ -28,7 +28,7 @@
28
bool whisper_abort_callback(void *data)
29
{
30
// Seems like data is usually a string?
31
- obs_log(LOG_ERROR, "Error in GGML processing - %s", (char *)(data));
+ obs_log(LOG_DEBUG, "Error in GGML processing - %s", (char *)(data));
32
return false;
33
}
34
0 commit comments