summaryrefslogtreecommitdiffstats
path: root/server/parser
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-11-10 13:21:29 +0100
committerDavid Sommerseth <davids@redhat.com>2009-11-10 13:21:29 +0100
commit4914537dfa19ef8e9da0535938ec5825f1641270 (patch)
tree455b34773013b2b8debf21c6ca15500c6f820047 /server/parser
parente2bc7cd26fefcb9fe84c2f80c6139d45835a5511 (diff)
downloadrteval-4914537dfa19ef8e9da0535938ec5825f1641270.tar.gz
rteval-4914537dfa19ef8e9da0535938ec5825f1641270.tar.xz
rteval-4914537dfa19ef8e9da0535938ec5825f1641270.zip
Cosmetic fix
Diffstat (limited to 'server/parser')
-rw-r--r--server/parser/parsethread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/parser/parsethread.c b/server/parser/parsethread.c
index 7e4f89a..3b24ef5 100644
--- a/server/parser/parsethread.c
+++ b/server/parser/parsethread.c
@@ -320,7 +320,7 @@ void *parsethread(void *thrargs) {
if( *(args->threadcount) <= 1 ) {
writelog(args->dbc->log, LOG_EMERG,
"No more worker threads available. "
- "Initiating complete shutdown");
+ "Signaling for complete shutdown!");
kill(getpid(), SIGUSR1);
}
exitcode = 1;