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