Browse Source

[controlAPI] remove annoying error message about no internal clients

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4418 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.121.0
torben 14 years ago
parent
commit
6ff6597067
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      jackd/controlapi.c

+ 0
- 1
jackd/controlapi.c View File

@@ -570,7 +570,6 @@ jackctl_internals_load(
//descriptor_node_ptr = jack_internals_load(NULL);
if (descriptor_node_ptr == NULL)
{
jack_error("could not find any internals in driver directory!");
return false;
}



Loading…
Cancel
Save