Move message to DEBUG level

This commit is contained in:
Stephan Hadinger 2021-02-17 17:49:07 +01:00
parent e89b746f9c
commit 18d6d54343

View File

@ -279,7 +279,7 @@ bool TfsFileExists(const char *fname){
bool yes = ffsp->exists(fname);
if (!yes) {
AddLog(LOG_LEVEL_INFO, PSTR("TFS: File not found"));
AddLog(LOG_LEVEL_DEBUG, PSTR("TFS: File not found"));
}
return yes;
}