mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 21:26:33 +00:00
Move message to DEBUG level
This commit is contained in:
parent
e89b746f9c
commit
18d6d54343
@ -279,7 +279,7 @@ bool TfsFileExists(const char *fname){
|
|||||||
|
|
||||||
bool yes = ffsp->exists(fname);
|
bool yes = ffsp->exists(fname);
|
||||||
if (!yes) {
|
if (!yes) {
|
||||||
AddLog(LOG_LEVEL_INFO, PSTR("TFS: File not found"));
|
AddLog(LOG_LEVEL_DEBUG, PSTR("TFS: File not found"));
|
||||||
}
|
}
|
||||||
return yes;
|
return yes;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user