mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 04:26:58 +03:00
Migration fix (#3900)
* Update main.cpp During migration, the messages was issued as errors, although this should be information/should serve for information. * Update main.cpp * Update Helper.cpp
This commit is contained in:
@@ -1248,7 +1248,7 @@ bool replaceString(std::string &s, std::string const &toReplace, std::string con
|
||||
|
||||
if (logIt)
|
||||
{
|
||||
LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "Migrated Configfile line '" + old + "' to '" + s + "'");
|
||||
LogFile.WriteToFile(ESP_LOG_INFO, TAG, "Migrated Configfile line '" + old + "' to '" + s + "'");
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user