Change outage logs to be nicely.

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2020-02-21 18:49:58 +09:00
parent 1b6e6faab5
commit f57d391b16
6 changed files with 6 additions and 6 deletions

View File

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