done with addRevision tests
remaining fails are other stuff and I need to move on
This commit is contained in:
parent
7c14d1e6c4
commit
f43541c5c9
7 changed files with 9 additions and 8 deletions
|
|
@ -152,7 +152,7 @@ sub handle {
|
|||
for my $handler (@{$session->config->get("contentHandlers")}) {
|
||||
my $output = eval { WebGUI::Pluggable::run($handler, "handler", [ $session ] )};
|
||||
if ( my $e = WebGUI::Error->caught ) {
|
||||
$session->log->error($e->package.":".$e->line." - ".$e->error);
|
||||
$session->log->error($e->package.":".$e->line." - ".$e->full_message);
|
||||
$session->log->debug($e->package.":".$e->line." - ".$e->trace);
|
||||
}
|
||||
elsif ( $@ ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue