notify: add debugging line at loglevel 4

git-svn-id: https://svn.fhem.de/fhem/trunk@4933 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-02-15 08:22:35 +00:00
parent e82cb672ee
commit 20ec8b6f88

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);