diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-25 10:06:10 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-25 10:06:10 +0200 |
commit | 2005d52a8babf01c5a6d276e726185c8a932ac1f (patch) | |
tree | 0d284870c4fc5947ef124fc5ee0b823a07f49f19 /plugins/imfile/imfile.c | |
parent | ef5887e864307486f0fe07a23ed9ea7c4789dc11 (diff) | |
parent | 5941ce7720393d28f04fac817ebcd21936c1ec8d (diff) | |
download | rsyslog-2005d52a8babf01c5a6d276e726185c8a932ac1f.tar.gz rsyslog-2005d52a8babf01c5a6d276e726185c8a932ac1f.tar.bz2 rsyslog-2005d52a8babf01c5a6d276e726185c8a932ac1f.zip |
Merge branch 'v7-stable'
Diffstat (limited to 'plugins/imfile/imfile.c')
-rw-r--r-- | plugins/imfile/imfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imfile/imfile.c b/plugins/imfile/imfile.c index 349acead..89846dad 100644 --- a/plugins/imfile/imfile.c +++ b/plugins/imfile/imfile.c @@ -596,7 +596,7 @@ CODESTARTactivateCnf for(inst = runModConf->root ; inst != NULL ; inst = inst->next) { addListner(inst); } - /* if we could not set up any listners, there is no point in running... */ + /* if we could not set up any listeners, there is no point in running... */ if(iFilPtr == 0) { errmsg.LogError(0, NO_ERRCODE, "imfile: no file monitors could be started, " "input not activated.\n"); |