diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
