From 1018622d95f2fb56835a73e5590098222361d534 Mon Sep 17 00:00:00 2001 From: Erik Zandvliet Date: Tue, 17 Jun 2014 08:44:29 +0200 Subject: [PATCH] Updated debug message status --- lib/shared_memory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/shared_memory.cpp b/lib/shared_memory.cpp index 0100672c..1904b3fe 100644 --- a/lib/shared_memory.cpp +++ b/lib/shared_memory.cpp @@ -710,13 +710,13 @@ namespace IPC { DEBUG_MSG(DLVL_HIGH, "Client %u requested disconnect", id); break; case 126: - DEBUG_MSG(DLVL_HIGH, "Client %u timed out", id); + DEBUG_MSG(DLVL_WARN, "Client %u timed out", id); break; case 255: DEBUG_MSG(DLVL_HIGH, "Client %u disconnected on request", id); break; case 254: - DEBUG_MSG(DLVL_HIGH, "Client %u disconnect timed out", id); + DEBUG_MSG(DLVL_WARN, "Client %u disconnect timed out", id); break; default: break;