mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-05 15:26:32 +00:00
[Client] Adjust log level for actor transfers in CellStore
This commit is contained in:
parent
35fdb833df
commit
d5d3c0937f
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ namespace MWWorld
|
||||||
|
|
||||||
Add extra debug for multiplayer purposes
|
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(),
|
object.getBase()->mRef.getRefId().c_str(),
|
||||||
originalCell->getCell()->getDescription().c_str(),
|
originalCell->getCell()->getDescription().c_str(),
|
||||||
this->getCell()->getDescription().c_str(),
|
this->getCell()->getDescription().c_str(),
|
||||||
|
|
Loading…
Reference in a new issue