MT#9067 change warn message on reconnection

mr3.6.1
Victor Seva 11 years ago
parent 530a07f2af
commit cd32667b03

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

Loading…
Cancel
Save