summaryrefslogtreecommitdiffstats
path: root/dev/msyncclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'dev/msyncclient.c')
-rw-r--r--dev/msyncclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/msyncclient.c b/dev/msyncclient.c
index 6e40390..6134649 100644
--- a/dev/msyncclient.c
+++ b/dev/msyncclient.c
@@ -146,7 +146,7 @@ int main(int argc, char *argv[])
146 iphone_device_t phone = NULL; 146 iphone_device_t phone = NULL;
147 147
148 if (argc > 1 && !strcasecmp(argv[1], "--debug")) 148 if (argc > 1 && !strcasecmp(argv[1], "--debug"))
149 iphone_set_debug_mask(DBGMASK_MOBILESYNC); 149 iphone_set_debug_level(1);
150 150
151 if (IPHONE_E_SUCCESS != iphone_device_new(&phone, NULL)) { 151 if (IPHONE_E_SUCCESS != iphone_device_new(&phone, NULL)) {
152 printf("No iPhone found, is it plugged in?\n"); 152 printf("No iPhone found, is it plugged in?\n");