PluginTools minor fix in log message

This commit is contained in:
fbsanchez 2018-04-03 17:14:11 +02:00
parent 63e644d88a
commit 7c202cbb81
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ sub transfer_xml {
$file_name .= "_" . time() . ".data";
}
logger($conf, "transfer_xml", "Failed to generate file name.");
logger($conf, "transfer_xml", "Failed to generate file name.") if empty($file_name);
$conf->{temp} = $conf->{tmp} if (empty($conf->{temp}) && defined($conf->{tmp}));
$conf->{temp} = $conf->{temporal} if (empty($conf->{temp}) && defined($conf->{temporal}));