minor cleanup of log messages

This commit is contained in:
proddy
2020-11-28 21:43:33 +01:00
parent cd8cc9d861
commit 558f61489d
6 changed files with 12 additions and 20 deletions

View File

@@ -93,7 +93,7 @@ bool System::command_publish(const char * value, const int8_t id) {
// restart EMS-ESP
void System::restart() {
LOG_NOTICE(F("Restarting system..."));
LOG_INFO(F("Restarting system..."));
Shell::loop_all();
delay(1000); // wait a second
#if defined(ESP8266)
@@ -105,7 +105,7 @@ void System::restart() {
// saves all settings
void System::wifi_reconnect() {
LOG_NOTICE(F("The wifi will reconnect..."));
LOG_INFO(F("The wifi will reconnect..."));
Shell::loop_all();
delay(1000); // wait a second
EMSESP::webSettingsService.save(); // local settings