summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-28 11:24:07 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-28 11:24:07 +0000
commit419655c5126a48c4f300d0f975c11703c9e75598 (patch)
tree21934eb08e0b181e4e22af63c6c6ecd84de843aa
parentbc7d4087b2299bf7ee627e314c46ccaa0169b673 (diff)
downloadrsyslog-419655c5126a48c4f300d0f975c11703c9e75598.tar.gz
rsyslog-419655c5126a48c4f300d0f975c11703c9e75598.tar.xz
rsyslog-419655c5126a48c4f300d0f975c11703c9e75598.zip
provided more generic URL
-rw-r--r--syslogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syslogd.c b/syslogd.c
index 20f9882e..1000776b 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -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.");
}