diff --git a/source/main.cpp b/source/main.cpp index a306216..aeacbcf 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -217,10 +217,10 @@ GMOD_MODULE_CLOSE() { Lua::Think(LUA->GetState()); if (tryNum == 10) { - Warning("AsyncIO: Tried synchronously to finish all async IO operations, but there are still %d task pending. Ignoring them.", AsyncIO::Tasks.size()); + Warning("AsyncIO: Tried synchronously to finish all async IO operations, but there are still %d task pending. Ignoring them.\n", AsyncIO::Tasks.size()); break; } } return 0; -} \ No newline at end of file +}