From: Chris W. <la...@us...> - 2005-03-15 02:09:30
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_error/OpenInteract2/Action In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26810 Modified Files: Error.pm Log Message: remove fatal() call used when testing Index: Error.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_error/OpenInteract2/Action/Error.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Error.pm 25 Feb 2005 05:15:28 -0000 1.11 --- Error.pm 15 Mar 2005 02:09:18 -0000 1.12 *************** *** 22,26 **** $log ||= get_logger( LOG_ACTION ); $self->param_from_request( 'num_errors', 'num_days', 'num_months' ); - $log->fatal( "This is a test fatal message" ); my $num_errors = $self->param( 'num_errors' ) || 10; my $num_days = $self->param( 'num_days' ) || 14; --- 22,25 ---- |