diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/imudp/imudp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imudp/imudp.c b/plugins/imudp/imudp.c index b5cae4df..31f5cce9 100644 --- a/plugins/imudp/imudp.c +++ b/plugins/imudp/imudp.c @@ -672,7 +672,7 @@ CODESTARTactivateCnfPrePrivDrop } /* if we could not set up any listners, there is no point in running... */ if(udpLstnSocks == NULL) { - errmsg.LogError(errno, NO_ERRCODE, "imudp: no listeners could be started, " + errmsg.LogError(0, NO_ERRCODE, "imudp: no listeners could be started, " "input not activated.\n"); ABORT_FINALIZE(RS_RET_NO_RUN); } |