Blacklist fix #2

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@873 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-03-21 08:17:35 +00:00
parent d8eb735db5
commit 6da90342b1

View File

@@ -70,7 +70,7 @@ my %flogpar = (
# Do not create FileLog for the following devices.
my @flog_blacklist = (
"CUL_RFR"
"CUL_RFR.*"
);