fix logging string

This commit is contained in:
Matthew 2025-08-24 18:09:10 +10:00
parent 6c081177ac
commit e5f47772a5

View File

@ -75,7 +75,7 @@ DebugCallback(
}
else
{
writefln("[%s: %s]\n%r 12345", ms, mt, msg);
writefln("[%s: %s]\n%r\n", ms, mt, msg);
}
}