diff options
| author | 2010-01-12 17:53:55 +0100 | |
|---|---|---|
| committer | 2010-01-12 17:53:55 +0100 | |
| commit | bf3dc421b2b5ccfe2fcd3cd4ec1ef90f39599600 (patch) | |
| tree | 9108ac43b6fbbc45eb9ea4aed3a2234590aaf501 /dev/msyncclient.c | |
| parent | 3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab (diff) | |
| download | libimobiledevice-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.c | 2 |
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"); |
