switcharoo on debug and info
This commit is contained in:
parent
33af758bd4
commit
255ec42344
2 changed files with 6 additions and 6 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue