diff options
Diffstat (limited to 'accel-pptpd/logs/log_tcp.c')
-rw-r--r-- | accel-pptpd/logs/log_tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/logs/log_tcp.c b/accel-pptpd/logs/log_tcp.c index 98b8a41..41f4bf4 100644 --- a/accel-pptpd/logs/log_tcp.c +++ b/accel-pptpd/logs/log_tcp.c @@ -39,7 +39,7 @@ static int conf_queue_len = 1000; static struct triton_context_t tcp_ctx; -static const char* level_name[]={" msg", "error", " warn", " info", "debug"}; +static const char* level_name[]={" msg", "error", " warn", " info", " info", "debug"}; static void start_connect(struct tcp_target_t *t); |