diff options
Diffstat (limited to 'dev/main.c')
| -rw-r--r-- | dev/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -68,10 +68,10 @@ int main(int argc, char *argv[]) | |||
| 68 | np_client_t gnp = NULL; | 68 | np_client_t gnp = NULL; |
| 69 | 69 | ||
| 70 | if (argc > 1 && !strcasecmp(argv[1], "--debug")) { | 70 | if (argc > 1 && !strcasecmp(argv[1], "--debug")) { |
| 71 | iphone_set_debug(1); | 71 | iphone_set_debug_level(1); |
| 72 | iphone_set_debug_mask(DBGMASK_ALL); | 72 | iphone_set_debug_mask(DBGMASK_ALL); |
| 73 | } else { | 73 | } else { |
| 74 | iphone_set_debug(0); | 74 | iphone_set_debug_level(0); |
| 75 | iphone_set_debug_mask(DBGMASK_NONE); | 75 | iphone_set_debug_mask(DBGMASK_NONE); |
| 76 | } | 76 | } |
| 77 | 77 | ||
