mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-18 20:14:12 -04:00
[BH-1688] Create a standard for logs
* Adding document describing how to use logger * Adjusting logs to follow a new guide * Change order in log header: line number is now before function name
This commit is contained in:
committed by
Łukasz Mastalerz
parent
a21736e3a6
commit
d9a1194e6f
@@ -108,7 +108,7 @@ void SMSThreadModel::addReturnNumber()
|
||||
assert(app != nullptr);
|
||||
assert(smsInput->number != nullptr);
|
||||
if (!app->handleSendSmsFromThread(*smsInput->number, smsInput->inputText->getText())) {
|
||||
LOG_ERROR("handleSendSmsFromThread failed");
|
||||
LOG_ERROR("Send SMS from thread failed");
|
||||
}
|
||||
smsInput->clearDraftMessage();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user