switcharoo on debug and info

This commit is contained in:
JT Smith 2006-06-09 17:24:06 +00:00
parent 33af758bd4
commit 255ec42344
2 changed files with 6 additions and 6 deletions

View file

@ -257,7 +257,7 @@ sub run {
$self->delete;
return "done";
}
$self->session->errorHandler->debug("Running workflow activity ".$activity->getId.", which is a ".(ref $activity).", for instance ".$self->getId.".");
$self->session->errorHandler->info("Running workflow activity ".$activity->getId.", which is a ".(ref $activity).", for instance ".$self->getId.".");
my $class = $self->get("className");
my $method = $self->get("methodName");
my $params = $self->get("parameters");