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:
rudolfkoenig
2014-02-15 08:22:35 +00:00
parent 42b4d03850
commit 89e409cf4f

View File

@@ -79,6 +79,7 @@ notify_Exec($$)
);
$exec= EvalSpecials($exec, %specials);
Log3 $ln, 4, "$ln exec $exec";
my $r = AnalyzeCommandChain(undef, $exec);
Log3 $ln, 3, "$ln return value: $r" if($r);
$ret .= " $r" if($r);