diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-08-05 15:01:49 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-08-05 15:01:49 +0200 |
commit | 3c1f4123e2959e787e100762c96cbae133314e0e (patch) | |
tree | f954f8feee4dc8e4eec17c4cd2db2e6a5dd6cbb3 /plugins/imudp/imudp.c | |
parent | f8342ced6f7c17ecd2f043254151c786257b3fbb (diff) | |
download | rsyslog-3c1f4123e2959e787e100762c96cbae133314e0e.tar.gz rsyslog-3c1f4123e2959e787e100762c96cbae133314e0e.tar.bz2 rsyslog-3c1f4123e2959e787e100762c96cbae133314e0e.zip |
mostly cosmetic: error message did incorrectly contain errno-info
Diffstat (limited to 'plugins/imudp/imudp.c')
-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); } |