summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-19 09:43:37 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-19 09:43:37 +0200
commit48684ceac5d57f2c3bc9e8afce98d2026ab51958 (patch)
tree76265ca131f1c8a682c703b5acd34d117c253560 /runtime/rsyslog.h
parentedf41396efc9bcbbc333651771df49d3ec68cb4d (diff)
downloadrsyslog-48684ceac5d57f2c3bc9e8afce98d2026ab51958.tar.gz
rsyslog-48684ceac5d57f2c3bc9e8afce98d2026ab51958.tar.xz
rsyslog-48684ceac5d57f2c3bc9e8afce98d2026ab51958.zip
improved error messages and corrected fingerprint format
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 088a14db..fe26bb44 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -219,7 +219,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_GNUTLS_ERR = -2078, /**< (unexpected) error in GnuTLS call */
RS_RET_MAX_SESS_REACHED = -2079, /**< max nbr of sessions reached, can not create more */
RS_RET_MAX_LSTN_REACHED = -2080, /**< max nbr of listeners reached, can not create more */
- RS_RET_INVAID_DRVR_MODE = -2081, /**< tried to set mode not supported by driver */
+ RS_RET_INVALID_DRVR_MODE = -2081, /**< tried to set mode not supported by driver */
RS_RET_DRVRNAME_TOO_LONG = -2082, /**< driver name too long - should never happen */
RS_RET_TLS_HANDSHAKE_ERR = -2083, /**< TLS handshake failed */
RS_RET_TLS_CERT_ERR = -2084, /**< generic TLS certificate error */