summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-25 16:21:01 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-25 16:21:01 +0200
commitc7b309a662a4310a8b878c036d9440e0b2e345a8 (patch)
tree17868591721a1cde29e5e9cfaadd92883478ad4a /tools
parent4818b0081d3a265a87f9f646d79f2a2ffbcda819 (diff)
parent1f79c785975261e4158c9b85f6451d5bd00b2495 (diff)
downloadrsyslog-c7b309a662a4310a8b878c036d9440e0b2e345a8.tar.gz
rsyslog-c7b309a662a4310a8b878c036d9440e0b2e345a8.tar.xz
rsyslog-c7b309a662a4310a8b878c036d9440e0b2e345a8.zip
Merge branch 'master' into v5-devel
Conflicts: runtime/queue.c
Diffstat (limited to 'tools')
-rw-r--r--tools/syslogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c
index 6a3fa6c9..72687495 100644
--- a/tools/syslogd.c
+++ b/tools/syslogd.c
@@ -2516,7 +2516,7 @@ init(void)
exit(1);
}
/* name our main queue object (it's not fatal if it fails...) */
- obj.SetName((obj_t*) pMsgQueue, (uchar*) "main queue");
+ obj.SetName((obj_t*) pMsgQueue, (uchar*) "main Q");
/* ... set some properties ... */
# define setQPROP(func, directive, data) \