diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/sessionmanager.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sessionmanager.lua b/core/sessionmanager.lua index f168c8e9..6aa0a4f0 100644 --- a/core/sessionmanager.lua +++ b/core/sessionmanager.lua @@ -39,7 +39,7 @@ local function new_session(conn) if t then local ret, err = w(conn, t); if not ret then - session.log("error", "Error writing to connection: %s", tostring(err)); + session.log("debug", "Error writing to connection: %s", tostring(err)); return false, err; end end |