We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571d257 commit dfb9b9dCopy full SHA for dfb9b9d
auparse/lru.c
@@ -298,7 +298,7 @@ void lru_evict(Queue *queue, unsigned int key)
298
QNode *temp = queue->front;
299
300
if (hash->array[key] != temp) {
301
- msg(LOG_ERR, "lru_evict called with mismatched key %s",
+ syslog(LOG_ERR, "lru_evict called with mismatched key %s",
302
queue->name);
303
abort();
304
}
0 commit comments