fhem.pl: debug message wording change (Forum #51441)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@11143 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-03-29 09:08:46 +00:00
parent 03ff72ed1a
commit 5f9453db85

View File

@ -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 $hash->{CHANGED}->[0]"; Log 5, "Notify loop for $dev with 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{"*"});