diff --git a/src/AgConfigure.cpp b/src/AgConfigure.cpp index d2b6e81..37645d6 100644 --- a/src/AgConfigure.cpp +++ b/src/AgConfigure.cpp @@ -240,7 +240,7 @@ bool Configuration::updateTempHumCorrection(JSONVar &json, TempHumCorrection &ta JSONVar corrections = json[jprop_corrections]; if (!corrections.hasOwnProperty(correctionName)) { - logWarning(String(correctionName) + " correction field not found on configuration"); + logInfo(String(correctionName) + " correction field not found on configuration"); return false; }