mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-25 22:09:21 +00:00
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:
parent
7c92da059f
commit
9ca715839f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user