summaryrefslogtreecommitdiff
path: root/accel-pptpd/logs/log_tcp.c
diff options
context:
space:
mode:
authorKozlov Dmitry <dima@server>2010-11-29 17:45:58 +0300
committerKozlov Dmitry <dima@server>2010-11-29 17:45:58 +0300
commitf96198bf149203e1ddca8f2c381cf4b9849cdda9 (patch)
treef4b4c10a7b489f693ecb6301d1584de22e4e90a5 /accel-pptpd/logs/log_tcp.c
parent3a293aabc6e43319761a1f3020559873aa714334 (diff)
downloadaccel-ppp-xebd-f96198bf149203e1ddca8f2c381cf4b9849cdda9.tar.gz
accel-ppp-xebd-f96198bf149203e1ddca8f2c381cf4b9849cdda9.zip
log: introduced additional log level (3) which shows only minimum of information messages
Diffstat (limited to 'accel-pptpd/logs/log_tcp.c')
-rw-r--r--accel-pptpd/logs/log_tcp.c2
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);