diff options
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/poll-engine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/poll-engine.c b/daemon/poll-engine.c index 0d0f934..db6074a 100644 --- a/daemon/poll-engine.c +++ b/daemon/poll-engine.c @@ -304,8 +304,8 @@ query_response (int request, int code, struct snmp_value *value, void *arg) */ } else if (!found) { item->query_last = 0; - log_warn ("couldn't find match for query value: %s", - item->query_match ? item->query_match : ""); + log_warnx ("couldn't find match for query value: %s", + item->query_match ? item->query_match : ""); complete_request (item, SNMP_ERR_NOSUCHNAME); |