mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-14 06:48:40 -04:00
Fix exceptions logging
This commit is contained in:
parent
eec5d80566
commit
7729e396b2
@ -135,7 +135,7 @@ namespace DetourNavigator
|
|||||||
}
|
}
|
||||||
catch (const std::exception& e)
|
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";
|
Log(Debug::Debug) << "Stop navigator jobs processing";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user