Skip to content

Commit c250f45

Browse files
committed
Added \n to warning message
1 parent da201ba commit c250f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@ GMOD_MODULE_CLOSE() {
217217
Lua::Think(LUA->GetState());
218218

219219
if (tryNum == 10) {
220-
Warning("AsyncIO: Tried synchronously to finish all async IO operations, but there are still %d task pending. Ignoring them.", AsyncIO::Tasks.size());
220+
Warning("AsyncIO: Tried synchronously to finish all async IO operations, but there are still %d task pending. Ignoring them.\n", AsyncIO::Tasks.size());
221221
break;
222222
}
223223
}
224224

225225
return 0;
226-
}
226+
}

0 commit comments

Comments
 (0)