mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Do not warn about not being able to open setupVars.conf - it may simply not exist
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
+1
-1
@@ -341,7 +341,7 @@ char *read_setupVarsconf(const char *key)
|
||||
FILE *setupVarsfp;
|
||||
if((setupVarsfp = fopen(config.files.setupVars.v.s, "r")) == NULL)
|
||||
{
|
||||
log_warn("Reading setupVars.conf failed: %s", strerror(errno));
|
||||
log_debug(DEBUG_CONFIG, "Reading setupVars.conf failed: %s", strerror(errno));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user