[Client] Adjust log level for actor transfers in CellStore

remotes/1728160796594174844/tmp_0.7.0-alpha
David Cernat 7 years ago
parent 35fdb833df
commit d5d3c0937f

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

Loading…
Cancel
Save