1
0
Fork 1
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:
elsid 2019-11-27 21:34:34 +01:00
parent eec5d80566
commit 7729e396b2
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -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";