summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--daemon/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/device.c b/daemon/device.c
index 0db058c..0a143b2 100644
--- a/daemon/device.c
+++ b/daemon/device.c
@@ -650,7 +650,7 @@ int device_add(struct usb_device *usbdev)
650 vh.minor = htonl(0); 650 vh.minor = htonl(0);
651 vh.padding = 0; 651 vh.padding = 0;
652 if((res = send_packet(dev, MUX_PROTO_VERSION, &vh, NULL, 0)) < 0) { 652 if((res = send_packet(dev, MUX_PROTO_VERSION, &vh, NULL, 0)) < 0) {
653 usbmuxd_log(LL_ERROR, "Error sending version request packet to device %d\n", id); 653 usbmuxd_log(LL_ERROR, "Error sending version request packet to device %d", id);
654 free(dev); 654 free(dev);
655 return res; 655 return res;
656 } 656 }