diff options
Diffstat (limited to 'dev/syslog_relay.c')
| -rw-r--r-- | dev/syslog_relay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/syslog_relay.c b/dev/syslog_relay.c index a93e85b..09be6b8 100644 --- a/dev/syslog_relay.c +++ b/dev/syslog_relay.c | |||
| @@ -62,7 +62,7 @@ int main(int argc, char *argv[]) | |||
| 62 | for (i = 1; i < argc; i++) { | 62 | for (i = 1; i < argc; i++) { |
| 63 | if (!strcmp(argv[i], "-d") || !strcmp(argv[i], "--debug")) { | 63 | if (!strcmp(argv[i], "-d") || !strcmp(argv[i], "--debug")) { |
| 64 | iphone_set_debug_mask(DBGMASK_ALL); | 64 | iphone_set_debug_mask(DBGMASK_ALL); |
| 65 | iphone_set_debug(1); | 65 | iphone_set_debug_level(1); |
| 66 | continue; | 66 | continue; |
| 67 | } | 67 | } |
| 68 | else if (!strcmp(argv[i], "-u") || !strcmp(argv[i], "--uuid")) { | 68 | else if (!strcmp(argv[i], "-u") || !strcmp(argv[i], "--uuid")) { |
