Make jack_get_descriptor internal client message a verbose log

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-10-27 14:11:48 +02:00
parent 171ec33b58
commit 73a759b082
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ int JackLoadableInternalClient::Init(const char* so_name)
fDescriptor = (JackDriverDescFunction)GetJackProc(fHandle, "jack_get_descriptor");
if (fDescriptor == NULL) {
jack_info("No jack_get_descriptor entry-point for %s", so_name);
jack_log("No jack_get_descriptor entry-point for %s", so_name);
}
return 0;
}