From f96198bf149203e1ddca8f2c381cf4b9849cdda9 Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Mon, 29 Nov 2010 17:45:58 +0300 Subject: log: introduced additional log level (3) which shows only minimum of information messages --- accel-pptpd/logs/log_tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel-pptpd/logs/log_tcp.c') 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); -- cgit v1.2.3