Blacklist fix #2

git-svn-id: https://svn.fhem.de/fhem/trunk@873 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-03-21 08:17:35 +00:00
parent 5d513f8c81
commit 51c8da7b74

View File

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