mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-31 00:26:48 +00:00
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:
parent
bc69cece0e
commit
9fe747894c
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user