Skip to content

Commit

Permalink
Fix wrong log file location
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagi2k committed Jan 12, 2020
1 parent de7d856 commit a331b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/wolf_ism8i.pl
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ sub showDatenpunkte
sub writeDatenpunkteToLog
#Devloper Sub zur Kontrolle des eingelesenen CSV Files
{
my $filename = $script_path."/log/wolf_ism8i_datenpunkte.log";
my $filename = $lbplogdir."/wolf_ism8i_datenpunkte.log";
open(my $fh, '>:encoding(UTF-8)', $filename) or die "Could not open file '$filename' $!";
print $fh "\n";
foreach my $o (@datenpunkte)
Expand Down

0 comments on commit a331b17

Please sign in to comment.