summaryrefslogtreecommitdiffstats
path: root/src/restore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/restore.c')
-rw-r--r--src/restore.c2
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 }