Skip to content
Snippets Groups Projects
Commit a86c2790 authored by Adam Wujek's avatar Adam Wujek :speech_balloon:
Browse files

userspace/snmpd: remove printout "wrsGeneralStatusGroup cache"


Signed-off-by: default avatarAdam Wujek <adam.wujek@cern.ch>
parent 45282d84
Branches
Tags
No related merge requests found
......@@ -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;
}
......
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