From 419655c5126a48c4f300d0f975c11703c9e75598 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 28 Mar 2008 11:24:07 +0000 Subject: provided more generic URL --- syslogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syslogd.c') 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."); } -- cgit