Commit a86c2790 authored by Adam Wujek's avatar Adam Wujek 💬

userspace/snmpd: remove printout "wrsGeneralStatusGroup cache"

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 45282d84
......@@ -34,8 +34,6 @@ time_t wrsGeneralStatus_data_fill(void)
&& time_timing_status <= time_update
&& time_networking_status <= time_update) {
/* cache not updated, return last update time */
snmp_log(LOG_ERR,
"SNMP: wrsGeneralStatusGroup cache\n");
return time_update;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment