98_autocreate.pm: fix warning in error message (Forum #76370)

git-svn-id: https://svn.fhem.de/fhem/trunk@15038 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2017-09-10 10:00:18 +00:00
parent 0bae73609b
commit 531290e6c5

View File

@@ -341,7 +341,7 @@ autocreate_Notify($$)
my $fh = new IO::File ">>$hash->{currentlogfile}";
$hash->{FH} = $fh;
} else {
Log 1, "$oldfile or $hash->{currentfile}: $!";
Log 1, "$oldfile or $hash->{currentlogfile}: $!";
close(IN);
}
}