diff options
| author | 2013-10-09 17:44:11 +0200 | |
|---|---|---|
| committer | 2013-10-09 17:44:11 +0200 | |
| commit | 8050de72b9910a923959e26cd5cc9e3181ae7761 (patch) | |
| tree | e846707abd28bfa15a97c9ebaac98a85ead30a4f /src/restore.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/restore.c')
| -rw-r--r-- | src/restore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/restore.c b/src/restore.c index a7f07f2..88fc168 100644 --- a/src/restore.c +++ b/src/restore.c | |||
| @@ -260,7 +260,7 @@ restored_error_t restored_query_type(restored_client_t client, char **type, uint | |||
| 260 | } | 260 | } |
| 261 | ret = RESTORE_E_SUCCESS; | 261 | ret = RESTORE_E_SUCCESS; |
| 262 | } else { | 262 | } else { |
| 263 | debug_info("hmm. QueryType response does not contain a type?!\n"); | 263 | debug_info("hmm. QueryType response does not contain a type?!"); |
| 264 | debug_plist(dict); | 264 | debug_plist(dict); |
| 265 | plist_free(dict); | 265 | plist_free(dict); |
| 266 | } | 266 | } |
