From d5d3c0937fa288f62f203920e63f349d5167ec01 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Mon, 16 Jul 2018 03:53:09 +0300 Subject: [PATCH] [Client] Adjust log level for actor transfers in CellStore --- apps/openmw/mwworld/cellstore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw/mwworld/cellstore.cpp b/apps/openmw/mwworld/cellstore.cpp index db7cf7c45..fec2ac35c 100644 --- a/apps/openmw/mwworld/cellstore.cpp +++ b/apps/openmw/mwworld/cellstore.cpp @@ -325,7 +325,7 @@ namespace MWWorld Add extra debug for multiplayer purposes */ - LOG_MESSAGE_SIMPLE(Log::LOG_ERROR, "Storage: %s's original cell %s gives it from %s to %s\n", + LOG_MESSAGE_SIMPLE(Log::LOG_INFO, "Storage: %s's original cell %s gives it from %s to %s\n", object.getBase()->mRef.getRefId().c_str(), originalCell->getCell()->getDescription().c_str(), this->getCell()->getDescription().c_str(),