From 5466092582ecfcb3505f3cd6cfe67ec6aabde6e4 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Sat, 21 Jul 2018 14:41:48 +0300 Subject: [PATCH] [Client] Reduce log level for actor cell changes --- apps/openmw/mwmp/LocalActor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw/mwmp/LocalActor.cpp b/apps/openmw/mwmp/LocalActor.cpp index f58bd657d..9922eecbf 100644 --- a/apps/openmw/mwmp/LocalActor.cpp +++ b/apps/openmw/mwmp/LocalActor.cpp @@ -65,7 +65,7 @@ void LocalActor::update(bool forceUpdate) void LocalActor::updateCell() { - LOG_MESSAGE_SIMPLE(Log::LOG_INFO, "Sending ID_ACTOR_CELL_CHANGE about %s %i-%i to server", + LOG_MESSAGE_SIMPLE(Log::LOG_VERBOSE, "Sending ID_ACTOR_CELL_CHANGE about %s %i-%i to server", refId.c_str(), refNum, mpNum); LOG_APPEND(Log::LOG_INFO, "- Moved from %s to %s", cell.getDescription().c_str(), ptr.getCell()->getCell()->getDescription().c_str());