mirror of
https://github.com/royshil/obs-localvocal.git
synced 2026-01-10 04:48:02 -05:00
Log GGML abort function calls at debug level
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
bool whisper_abort_callback(void *data)
|
||||
{
|
||||
// Seems like data is usually a string?
|
||||
obs_log(LOG_ERROR, "Error in GGML processing - %s", (char *)(data));
|
||||
obs_log(LOG_DEBUG, "Error in GGML processing - %s", (char *)(data));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user