mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
fhem.pl: debug message wording change (Forum #51441)
git-svn-id: https://svn.fhem.de/fhem/trunk@11143 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c5dd4f7491
commit
db115faac1
@ -3064,7 +3064,7 @@ DoTrigger($$@)
|
||||
# the inner loop.
|
||||
if($max && !defined($hash->{INTRIGGER})) {
|
||||
$hash->{INTRIGGER}=1;
|
||||
Log 5, "Notify loop for $dev $hash->{CHANGED}->[0]";
|
||||
Log 5, "Notify loop for $dev with first event $hash->{CHANGED}->[0]";
|
||||
createNtfyHash() if(!%ntfyHash);
|
||||
$hash->{NTFY_TRIGGERTIME} = $now; # Optimize FileLog
|
||||
my $ntfyLst = (defined($ntfyHash{$dev}) ? $ntfyHash{$dev} : $ntfyHash{"*"});
|
||||
|
Loading…
x
Reference in New Issue
Block a user