Skip to content

Commit 555b327

Browse files
committed
use a log relative to the input
1 parent 5934a22 commit 555b327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanplugin.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
my $opt_debug = $options{d};
5353
my $opt_all = $options{a};
5454

55-
open (OVERWRITE, ">scanplugin.log") or die "Error opening logfile $!\n";
55+
open (OVERWRITE, ">$file-scanplugin.log") or die "Error opening logfile $!\n";
5656

5757
$bld1 = "Not Reported";
5858
$webserver = "Not Reported";

0 commit comments

Comments
 (0)