summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 9e99c1b..7b4fa57 100644
--- a/src/main.c
+++ b/src/main.c
@@ -674,8 +674,8 @@ static void *usbmuxd_client_init_thread(void *arg)
674 && dev->descriptor.idProduct <= 0x1293) { 674 && dev->descriptor.idProduct <= 0x1293) {
675 if (verbose >= 1) 675 if (verbose >= 1)
676 logmsg(LOG_NOTICE, 676 logmsg(LOG_NOTICE,
677 "%s[%x]: Found device on bus %d, id %d", 677 "%s[%x]: Found device on bus %s, id %s",
678 __func__, THREAD, bus->location, dev->devnum); 678 __func__, THREAD, bus->dirname, dev->filename);
679 found++; 679 found++;
680 680
681 // construct packet 681 // construct packet
@@ -1182,7 +1182,7 @@ int main(int argc, char **argv)
1182 1182
1183 chmod(USBMUXD_SOCKET_FILE, 0666); 1183 chmod(USBMUXD_SOCKET_FILE, 0666);
1184 1184
1185 if (verbose >= 3) 1185 if (verbose >= 4)
1186 usbmux_set_debug(1); 1186 usbmux_set_debug(1);
1187 1187
1188 if (!foreground) { 1188 if (!foreground) {