From 531290e6c5c144d1c65ed8e15d46dfa3af24d9f6 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Sun, 10 Sep 2017 10:00:18 +0000 Subject: [PATCH] 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 --- fhem/FHEM/98_autocreate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/98_autocreate.pm b/fhem/FHEM/98_autocreate.pm index 8899c086a..51176febd 100644 --- a/fhem/FHEM/98_autocreate.pm +++ b/fhem/FHEM/98_autocreate.pm @@ -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); } }