mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-15 16:36:52 +01:00
Flush message immediately
Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user