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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user