Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
landonr committed Dec 8, 2023
1 parent d330aa4 commit faff541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/homeThing/homeThingMenuBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,9 @@ void HomeThingMenuBase::addNotification(const std::string& title,
bool autoClear) {
if (notifications_) {
notifications_->addNotification(title, subtitle, text, autoClear);
ESP_LOGW(TAG, "addNotification: no notifications", title.c_str());
ESP_LOGD(TAG, "addNotification: add notification %s", title.c_str());
} else {
ESP_LOGW(TAG, "addNotification: no notifications");
ESP_LOGD(TAG, "addNotification: no notifications");
}
if (!buttonPressWakeUpDisplay()) {
update_display();
Expand Down

0 comments on commit faff541

Please sign in to comment.