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

@@ -76,7 +76,7 @@ void ClientRecvTask::run()
if (CHK_SIGINT)
{
WRITELOG("\n%s %s stopped.", currentDateTime(), getTaskName());
WRITELOG("%s %s stopped.\n", currentDateTime(), getTaskName());
delete packet;
return;
}