diff --git a/components/detournavigator/asyncnavmeshupdater.cpp b/components/detournavigator/asyncnavmeshupdater.cpp index b42a6b650..e085aba16 100644 --- a/components/detournavigator/asyncnavmeshupdater.cpp +++ b/components/detournavigator/asyncnavmeshupdater.cpp @@ -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";