Browse Source

jack_control: more informative message about dbus typesig error

pull/821/head
Nikita Zlobin 3 years ago
parent
commit
4caff87018
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/jack_control

+ 1
- 1
tools/jack_control View File

@@ -54,7 +54,7 @@ def dbus_typesig_to_type_string(type_char):
if type_char == 'b':
return "bool"

print('shit')
print('err: unknown dbus typesig "%s"' % type_char)
return None # throw exception here?

def get_parameters(iface, path):


Loading…
Cancel
Save