Drop log severity level to reduce verbosity

Dropping syslog message severity from WARNING to INFO.  
Tomato makes this change each update, to reduce verbosity.  This change will allow for easier merging of upstream changes back into Tomato.
This commit is contained in:
edrikk 2015-06-05 22:31:28 -04:00
parent bc69cece0e
commit 9fe747894c

View File

@ -107,7 +107,7 @@ getifstats(const char * ifname, struct ifdata * data)
}
fclose(f);
} else {
syslog(LOG_WARNING, "cannot read %s file : %m", fname);
syslog(LOG_INFO, "cannot read %s file : %m", fname);
}
#ifdef GET_WIRELESS_STATS
if(data->baudrate == BAUDRATE_DEFAULT) {