Skip to content

Commit 5c212e8

Browse files
committed
Log GGML abort function calls at debug level
1 parent 0f77a8f commit 5c212e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/transcription-filter-callbacks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
bool whisper_abort_callback(void *data)
2929
{
3030
// Seems like data is usually a string?
31-
obs_log(LOG_ERROR, "Error in GGML processing - %s", (char *)(data));
31+
obs_log(LOG_DEBUG, "Error in GGML processing - %s", (char *)(data));
3232
return false;
3333
}
3434

0 commit comments

Comments
 (0)