From 8050de72b9910a923959e26cd5cc9e3181ae7761 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 9 Oct 2013 17:44:11 +0200 Subject: Remove duplicate newline from debug messages as one is added automatically --- src/idevice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/idevice.c') diff --git a/src/idevice.c b/src/idevice.c index f35c666..b067fa5 100644 --- a/src/idevice.c +++ b/src/idevice.c @@ -113,7 +113,7 @@ idevice_error_t idevice_get_device_list(char ***devices, int *count) *count = 0; if (usbmuxd_get_device_list(&dev_list) < 0) { - debug_info("ERROR: usbmuxd is not running!\n", __func__); + debug_info("ERROR: usbmuxd is not running!", __func__); return IDEVICE_E_NO_DEVICE; } -- cgit v1.1-32-gdbae