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

@@ -64,7 +64,7 @@ void BrokerRecvTask::run(void)
_light->blueLight(false);
if (CHK_SIGINT)
{
WRITELOG("\n%s %s stopped.", currentDateTime(), getTaskName());
WRITELOG("%s %s stopped.\n", currentDateTime(), getTaskName());
return;
}
timeout.tv_sec = 0;