mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
[Client] Adjust log level for actor transfers in CellStore
This commit is contained in:
parent
35fdb833df
commit
d5d3c0937f
@ -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…
x
Reference in New Issue
Block a user