From:
<a_...@us...> - 2006-09-25 15:33:24
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2 In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17728/lib/OpenInteract2 Modified Files: Context.pm Log Message: Info insteasd of Error when lookup_action fails Index: Context.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Context.pm,v retrieving revision 1.90 retrieving revision 1.91 diff -C2 -d -r1.90 -r1.91 *** Context.pm 24 Sep 2005 19:30:29 -0000 1.90 --- Context.pm 25 Sep 2006 15:33:19 -0000 1.91 *************** *** 356,360 **** unless ( $action_info ) { my $msg = "Action '$action_name' not found in action table" ; ! $log_act->error( $msg ); OpenInteract2::Exception->throw( $msg ); } --- 356,360 ---- unless ( $action_info ) { my $msg = "Action '$action_name' not found in action table" ; ! $log_act->info( $msg ); OpenInteract2::Exception->throw( $msg ); } |