Skip to content

Commit 73a759b

Browse files
committed
Make jack_get_descriptor internal client message a verbose log
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 171ec33 commit 73a759b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/JackInternalClient.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ int JackLoadableInternalClient::Init(const char* so_name)
162162

163163
fDescriptor = (JackDriverDescFunction)GetJackProc(fHandle, "jack_get_descriptor");
164164
if (fDescriptor == NULL) {
165-
jack_info("No jack_get_descriptor entry-point for %s", so_name);
165+
jack_log("No jack_get_descriptor entry-point for %s", so_name);
166166
}
167167
return 0;
168168
}

0 commit comments

Comments
 (0)