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:
parent
e57504ae7c
commit
dc2eb2e16b
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue