MT#9067 set message of reconnection to debug level

People are scared of the warning message
changes/24/624/1
Victor Seva 11 years ago
parent 555326aa09
commit e6d69e0dc0

@ -99,7 +99,7 @@ NGCPConfig_MT = { __index = NGCPConfig }
local ok,err = pcall(check_connection, self.con) local ok,err = pcall(check_connection, self.con)
if not ok then if not ok then
self.con = nil self.con = nil
sr.log("warn", "lost database connection. Reconnecting") sr.log("dbg", "lost database connection. Reconnecting")
end end
end end
if not self.con then if not self.con then

Loading…
Cancel
Save