[notifier] remove extra space in log message (#6323)

This commit is contained in:
Yakun Xu
2021-03-22 12:12:30 -07:00
committed by GitHub
parent 80e3b1a460
commit 0d5d16b315
+1 -1
View File
@@ -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());
}