diff options
| -rw-r--r-- | dev/msyncclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/msyncclient.c b/dev/msyncclient.c index 08092cb..53018ac 100644 --- a/dev/msyncclient.c +++ b/dev/msyncclient.c | |||
| @@ -36,7 +36,7 @@ static char check_string(plist_t node, char* string) | |||
| 36 | plist_get_string_val(node, &msg); | 36 | plist_get_string_val(node, &msg); |
| 37 | } | 37 | } |
| 38 | if (PLIST_STRING != type || strcmp(msg, string)) { | 38 | if (PLIST_STRING != type || strcmp(msg, string)) { |
| 39 | log_debug_msg("%s: ERROR: MobileSync client did not find %s !\n", __func__, string); | 39 | printf("%s: ERROR: MobileSync client did not find %s !\n", __func__, string); |
| 40 | ret = 0; | 40 | ret = 0; |
| 41 | } | 41 | } |
| 42 | free(msg); | 42 | free(msg); |
