2
0
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:
rudolfkoenig 2016-03-29 09:10:53 +00:00
parent db115faac1
commit fa3871e587

View File

@ -3064,7 +3064,7 @@ DoTrigger($$@)
# the inner loop.
if($max && !defined($hash->{INTRIGGER})) {
$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);
$hash->{NTFY_TRIGGERTIME} = $now; # Optimize FileLog
my $ntfyLst = (defined($ntfyHash{$dev}) ? $ntfyHash{$dev} : $ntfyHash{"*"});