From e6d69e0dc09f530df4f1a0d096cfdcc0b9834bef Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Wed, 19 Nov 2014 12:15:05 +0100 Subject: [PATCH] MT#9067 set message of reconnection to debug level People are scared of the warning message --- ngcp/ngcp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngcp/ngcp.lua b/ngcp/ngcp.lua index 7a3c1ee..b0e35e3 100644 --- a/ngcp/ngcp.lua +++ b/ngcp/ngcp.lua @@ -99,7 +99,7 @@ NGCPConfig_MT = { __index = NGCPConfig } local ok,err = pcall(check_connection, self.con) if not ok then self.con = nil - sr.log("warn", "lost database connection. Reconnecting") + sr.log("dbg", "lost database connection. Reconnecting") end end if not self.con then