Skip to content

Commit

Permalink
Merge pull request rsyslog#2725 from atc0005/i2713-lookup-reload-msg-…
Browse files Browse the repository at this point in the history
…log-level

lookup table reload: log level from error to info
  • Loading branch information
rgerhards authored Jun 6, 2018
2 parents 9e13294 + 6dbc857 commit c808e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/lookup.c
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ lookupReloadOrStub(lookup_ref_t *pThis, const uchar* stub_val) {
lookupDestruct(newlu);
} else {
if (stub_val == NULL) {
LogError(0, RS_RET_OK, "lookup table '%s' reloaded from file '%s'",
LogMsg(0, RS_RET_OK, LOG_INFO, "lookup table '%s' reloaded from file '%s'",
pThis->name, pThis->filename);
} else {
LogError(0, RS_RET_OK, "lookup table '%s' stubbed with value '%s'",
Expand Down

0 comments on commit c808e80

Please sign in to comment.