mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 05:39:42 +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)
|
||||
{
|
||||
DetourNavigator::log("AsyncNavMeshUpdater::process exception: ", e.what());
|
||||
::Log(Debug::Warning) << "Exception while process navmesh updated job: " << e.what();
|
||||
}
|
||||
}
|
||||
log("stop process jobs");
|
||||
|
|
Loading…
Reference in a new issue