Skip to content

Commit

Permalink
Make jack_get_descriptor internal client message a verbose log
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Oct 27, 2023
1 parent 171ec33 commit 73a759b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/JackInternalClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 73a759b

Please sign in to comment.