1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 04:15:31 +00:00

[Client] Adjust log level for actor transfers in CellStore

This commit is contained in:
David Cernat 2018-07-16 03:53:09 +03:00
parent 35fdb833df
commit d5d3c0937f

View file

@ -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(),