notify: add debugging line at loglevel 4
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4933 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user