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