mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 19:39:41 +00:00
Fix exceptions logging
This commit is contained in:
parent
eec5d80566
commit
7729e396b2
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ namespace DetourNavigator
|
|||
}
|
||||
catch (const std::exception& e)
|
||||
{
|
||||
Log(Debug::Error) << "AsyncNavMeshUpdater::process exception: ", e.what();
|
||||
Log(Debug::Error) << "AsyncNavMeshUpdater::process exception: " << e.what();
|
||||
}
|
||||
}
|
||||
Log(Debug::Debug) << "Stop navigator jobs processing";
|
||||
|
|
Loading…
Reference in a new issue