Small fix

This commit is contained in:
momo5502
2025-08-18 18:56:37 +02:00
parent c75f30fdfb
commit f432af419b

View File

@@ -238,7 +238,7 @@ namespace
const auto value = signals_received++;
if (value == 1)
{
win_emu.log.log("Exit already requested. Press CTRL+C again to force kill!");
win_emu.log.log("Exit already requested. Press CTRL+C again to force kill!\n");
}
else if (value >= 2)
{