mirror of
https://github.com/espressif/openthread.git
synced 2026-08-25 11:49:51 +00:00
[notifier] remove extra space in log message (#6323)
This commit is contained in:
@@ -236,7 +236,7 @@ void Notifier::LogEvents(Events aEvents) const
|
||||
}
|
||||
|
||||
exit:
|
||||
otLogInfoCore("Notifier: StateChanged (0x%08x) %s%s] ", aEvents.GetAsFlags(), didLog ? "... " : "[",
|
||||
otLogInfoCore("Notifier: StateChanged (0x%08x) %s%s]", aEvents.GetAsFlags(), didLog ? "... " : "[",
|
||||
string.AsCString());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user