add base URL in output refs #5884

This commit is contained in:
Kevin Duret 2014-10-15 16:09:35 +02:00
parent 078cce062c
commit a8fabc2837
1 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,8 @@ sub run {
$sel->start;
$self->{output}->output_add(long_msg => "Base URL : " . $baseurl);
my $timing0 = [gettimeofday];
my ($action, $filter, $value);
my $step = $listActionNode->get_nodelist;