summaryrefslogtreecommitdiffstats
path: root/dev/msyncclient.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-01-12 17:53:55 +0100
committerGravatar Martin Szulecki2010-01-12 17:53:55 +0100
commitbf3dc421b2b5ccfe2fcd3cd4ec1ef90f39599600 (patch)
tree9108ac43b6fbbc45eb9ea4aed3a2234590aaf501 /dev/msyncclient.c
parent3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab (diff)
downloadlibimobiledevice-bf3dc421b2b5ccfe2fcd3cd4ec1ef90f39599600.tar.gz
libimobiledevice-bf3dc421b2b5ccfe2fcd3cd4ec1ef90f39599600.tar.bz2
Remove support for debug masks due to inconsistent use
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[])
iphone_device_t phone = NULL;
if (argc > 1 && !strcasecmp(argv[1], "--debug"))
- iphone_set_debug_mask(DBGMASK_MOBILESYNC);
+ iphone_set_debug_level(1);
if (IPHONE_E_SUCCESS != iphone_device_new(&phone, NULL)) {
printf("No iPhone found, is it plugged in?\n");