Skip to content

Commit

Permalink
Merge 2ba5113 into c01ed1d
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Dec 6, 2014
2 parents c01ed1d + 2ba5113 commit dd86b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/usbdmx/UsbDmxPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ string UsbDmxPlugin::Description() const {
"\n"
"--- Config file : ola-usbdmx.conf ---\n"
"\n"
"libusb_debug_level = {0,1,2,3}\n"
"libusb_debug_level = {0,1,2,3,4}\n"
"The debug level for libusb, see http://libusb.sourceforge.net/api-1.0/ .\n"
"0 = No logging, 3 = Verbose.\n"
"0 = No logging, 4 = Verbose debug.\n"
"\n";
}

Expand Down

0 comments on commit dd86b40

Please sign in to comment.