diff options
| author | 2013-10-09 17:44:11 +0200 | |
|---|---|---|
| committer | 2013-10-09 17:44:11 +0200 | |
| commit | 8050de72b9910a923959e26cd5cc9e3181ae7761 (patch) | |
| tree | e846707abd28bfa15a97c9ebaac98a85ead30a4f /src/idevice.c | |
| parent | 708a866e103539384a3a789cee7a4d6753b4c277 (diff) | |
| download | libimobiledevice-8050de72b9910a923959e26cd5cc9e3181ae7761.tar.gz libimobiledevice-8050de72b9910a923959e26cd5cc9e3181ae7761.tar.bz2 | |
Remove duplicate newline from debug messages as one is added automatically
Diffstat (limited to 'src/idevice.c')
| -rw-r--r-- | src/idevice.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 113 | *count = 0; | 113 | *count = 0; |
| 114 | 114 | ||
| 115 | if (usbmuxd_get_device_list(&dev_list) < 0) { | 115 | if (usbmuxd_get_device_list(&dev_list) < 0) { |
| 116 | debug_info("ERROR: usbmuxd is not running!\n", __func__); | 116 | debug_info("ERROR: usbmuxd is not running!", __func__); |
| 117 | return IDEVICE_E_NO_DEVICE; | 117 | return IDEVICE_E_NO_DEVICE; |
| 118 | } | 118 | } |
| 119 | 119 | ||
