1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 21:23:52 +00:00

Do not write to global log async navmesh updater exceptions

This commit is contained in:
elsid 2018-10-15 22:47:07 +03:00
parent e57504ae7c
commit dc2eb2e16b
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -111,7 +111,6 @@ namespace DetourNavigator
catch (const std::exception& e) catch (const std::exception& e)
{ {
DetourNavigator::log("AsyncNavMeshUpdater::process exception: ", e.what()); DetourNavigator::log("AsyncNavMeshUpdater::process exception: ", e.what());
::Log(Debug::Warning) << "Exception while process navmesh updated job: " << e.what();
} }
} }
log("stop process jobs"); log("stop process jobs");