Browse Source

Make jack_get_descriptor internal client message a verbose log

Signed-off-by: falkTX <falktx@falktx.com>
pull/947/merge
falkTX 1 month ago
parent
commit
73a759b082
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/JackInternalClient.cpp

+ 1
- 1
common/JackInternalClient.cpp 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;
}


Loading…
Cancel
Save