mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
notify: add debugging line at loglevel 4
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4933 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b16ebcb048
commit
9fa1a171c7
@ -79,6 +79,7 @@ notify_Exec($$)
|
|||||||
);
|
);
|
||||||
$exec= EvalSpecials($exec, %specials);
|
$exec= EvalSpecials($exec, %specials);
|
||||||
|
|
||||||
|
Log3 $ln, 4, "$ln exec $exec";
|
||||||
my $r = AnalyzeCommandChain(undef, $exec);
|
my $r = AnalyzeCommandChain(undef, $exec);
|
||||||
Log3 $ln, 3, "$ln return value: $r" if($r);
|
Log3 $ln, 3, "$ln return value: $r" if($r);
|
||||||
$ret .= " $r" if($r);
|
$ret .= " $r" if($r);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user