diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-28 11:24:07 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-28 11:24:07 +0000 |
commit | 419655c5126a48c4f300d0f975c11703c9e75598 (patch) | |
tree | 21934eb08e0b181e4e22af63c6c6ecd84de843aa | |
parent | bc7d4087b2299bf7ee627e314c46ccaa0169b673 (diff) | |
download | rsyslog-419655c5126a48c4f300d0f975c11703c9e75598.tar.gz rsyslog-419655c5126a48c4f300d0f975c11703c9e75598.tar.xz rsyslog-419655c5126a48c4f300d0f975c11703c9e75598.zip |
provided more generic URL
-rw-r--r-- | syslogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3197,7 +3197,7 @@ int realMain(int argc, char **argv) if(bEOptionWasGiven && iCompatibilityMode < 3) { errmsg.LogError(NO_ERRCODE, "WARNING: \"message repeated n times\" feature MUST be turned on in " "rsyslog.conf - CURRENTLY EVERY MESSAGE WILL BE LOGGED. Visit " - "http://www.rsyslog.com/PNphpBB2-viewtopic-t-222.phtml to learn " + "http://www.rsyslog.com/rptdmsgreduction to learn " "more and cast your vote if you want us to keep this feature."); } |