mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-18 14:42:27 +00:00
Do not write to global log async navmesh updater exceptions
This commit is contained in:
parent
e57504ae7c
commit
dc2eb2e16b
@ -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…
x
Reference in New Issue
Block a user