summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 2e4439c..4f792c4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -189,7 +189,7 @@ static int main_loop(int listenfd)
189 to = usb_get_timeout(); 189 to = usb_get_timeout();
190 usbmuxd_log(LL_FLOOD, "USB timeout is %d ms", to); 190 usbmuxd_log(LL_FLOOD, "USB timeout is %d ms", to);
191 dto = device_get_timeout(); 191 dto = device_get_timeout();
192 usbmuxd_log(LL_FLOOD, "Device timeout is %d ms", to); 192 usbmuxd_log(LL_FLOOD, "Device timeout is %d ms", dto);
193 if(dto < to) 193 if(dto < to)
194 to = dto; 194 to = dto;
195 195