diff options
Diffstat (limited to 'src/lockdown.c')
| -rw-r--r-- | src/lockdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lockdown.c b/src/lockdown.c index c8341e4..d94fabb 100644 --- a/src/lockdown.c +++ b/src/lockdown.c | |||
| @@ -389,7 +389,7 @@ lockdownd_error_t lockdownd_query_type(lockdownd_client_t client, char **type) | |||
| 389 | } | 389 | } |
| 390 | ret = LOCKDOWN_E_SUCCESS; | 390 | ret = LOCKDOWN_E_SUCCESS; |
| 391 | } else { | 391 | } else { |
| 392 | debug_info("hmm. QueryType response does not contain a type?!\n"); | 392 | debug_info("hmm. QueryType response does not contain a type?!"); |
| 393 | debug_plist(dict); | 393 | debug_plist(dict); |
| 394 | } | 394 | } |
| 395 | plist_free(dict); | 395 | plist_free(dict); |
