Flush message immediately

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2021-05-08 20:53:02 +09:00
parent 4d77386026
commit 63b546e254
6 changed files with 7 additions and 7 deletions

View File

@@ -114,7 +114,7 @@ void PacketHandleTask::run()
if (ev->getEventType() == EtStop)
{
WRITELOG("\n%s %s stopped.", currentDateTime(), getTaskName());
WRITELOG("%s %s stopped.\n", currentDateTime(), getTaskName());
delete ev;
return;
}