mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 03:44:52 +00:00
fhem.pl: change logInform "API", remove space (Forum #131790)
git-svn-id: https://svn.fhem.de/fhem/trunk@27110 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
cc8c89b30b
commit
dfa48ab375
@ -1022,7 +1022,7 @@ Log3($$$)
|
||||
no strict "refs";
|
||||
foreach my $li (keys %logInform) {
|
||||
if($defs{$li}) { # Function wont be called for WARNING, don't know why
|
||||
&{$logInform{$li}}($li, "$tim $loglevel : $text");
|
||||
&{$logInform{$li}}($li, "$tim $loglevel: $text");
|
||||
} else {
|
||||
delete $logInform{$li};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user