mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +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
af0054c266
commit
0ccc5bc292
@ -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…
Reference in New Issue
Block a user