Return-Path: Delivered-To: apmail-perl-modperl-cvs-archive@perl.apache.org Received: (qmail 32455 invoked by uid 500); 14 May 2003 06:45:56 -0000 Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@perl.apache.org Delivered-To: mailing list modperl-cvs@perl.apache.org Received: (qmail 32440 invoked by uid 500); 14 May 2003 06:45:56 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org Date: 14 May 2003 06:45:54 -0000 Message-ID: <20030514064554.13471.qmail@icarus.apache.org> From: stas@apache.org To: modperl-2.0-cvs@apache.org Subject: cvs commit: modperl-2.0/t/response/TestAPI aplog.pm X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N stas 2003/05/13 23:45:54 Modified: t/response/TestAPI aplog.pm Log: remove the irrelevant comment Revision Changes Path 1.12 +0 -2 modperl-2.0/t/response/TestAPI/aplog.pm Index: aplog.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/aplog.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- aplog.pm 14 May 2003 06:44:15 -0000 1.11 +++ aplog.pm 14 May 2003 06:45:54 -0000 1.12 @@ -41,8 +41,6 @@ ok sub { $slog->can($method) }; } - # this message shouldn't be logged (since it can be logged only - # during the startup) $s->log_serror(Apache::LOG_MARK, Apache::LOG_INFO|Apache::LOG_STARTUP, APR::SUCCESS, "This log message comes with no header");