summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-10-16 15:19:49 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-16 15:19:49 +0200
commita0c9fcfc77fb6b6bfa51a60760fd56a500f0083e (patch)
tree9b7368fb415f4b697ed600b301a04ee1c299dbc6
parentb8916d5cf10130b34ba8982a88d912e9f3f1e1c4 (diff)
downloadrsyslog-a0c9fcfc77fb6b6bfa51a60760fd56a500f0083e.tar.gz
rsyslog-a0c9fcfc77fb6b6bfa51a60760fd56a500f0083e.tar.bz2
rsyslog-a0c9fcfc77fb6b6bfa51a60760fd56a500f0083e.zip
doc: fix minor small but important typo in ChangeLog
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index db39911f..02555131 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
---------------------------------------------------------------------------
Version 6.4.3 [V6-STABLE] 2012-??-??
-- change lumberjack cookie to "@cee" from "@cee "
+- change lumberjack cookie to "@cee:" from "@cee: "
CEE originally specified the cookie with SP, whereas other lumberjack
tools used it without space. In order to keep interop with lumberjack,
we now use the cookie without space as well. I hope this can be changed