diff options
author | Kozlov Dmitry <dima@server> | 2010-11-29 17:45:58 +0300 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-11-29 17:45:58 +0300 |
commit | f96198bf149203e1ddca8f2c381cf4b9849cdda9 (patch) | |
tree | f4b4c10a7b489f693ecb6301d1584de22e4e90a5 /accel-pptpd/logs/log_tcp.c | |
parent | 3a293aabc6e43319761a1f3020559873aa714334 (diff) | |
download | accel-ppp-f96198bf149203e1ddca8f2c381cf4b9849cdda9.tar.gz accel-ppp-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.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 98b8a415..41f4bf4e 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); |