Quick fix DiscoveryServer

Former-commit-id: 0dea07b53b993a82d233acec71a45f7a241a205e
This commit is contained in:
fbsanchez 2019-02-23 00:35:59 +01:00
parent 4289684e00
commit 6105ef1116
1 changed files with 2 additions and 2 deletions

View File

@ -276,9 +276,9 @@ sub exec_recon_script ($$$) {
if (-x $command) {
my $exec_output = `$command $args`;
logger ($pa_config, "Execution output: \n", $exec_output);
logger($pa_config, "Execution output: \n". $exec_output, 10);
} else {
logger ($pa_config, "Cannot execute recon task command $command.");
logger($pa_config, "Cannot execute recon task command $command.", 10);
}
# Only update the timestamp in case something went wrong. The script should set the status.