summaryrefslogtreecommitdiffstats
path: root/netrom/netromd.c
diff options
context:
space:
mode:
Diffstat (limited to 'netrom/netromd.c')
-rw-r--r--netrom/netromd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/netrom/netromd.c b/netrom/netromd.c
index 5fab52d..15fc0e4 100644
--- a/netrom/netromd.c
+++ b/netrom/netromd.c
@@ -44,8 +44,8 @@ struct port_struct port_list[20];
int port_count = FALSE;
int compliant = FALSE;
-int debug = FALSE;
int logging = FALSE;
+int debug = 0;
ax25_address my_call;
ax25_address node_call;
@@ -147,7 +147,7 @@ int main(int argc, char **argv)
compliant = TRUE;
break;
case 'd':
- debug = TRUE;
+ debug++;
break;
case 'i':
timelast = 0;