mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 13:26:02 +00:00
fixed warning
git-svn-id: https://svn.fhem.de/fhem/trunk@4393 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9ed66677ff
commit
15bd20217b
@ -522,7 +522,6 @@ readingsGroup_Notify($$)
|
|||||||
my $new_line;
|
my $new_line;
|
||||||
my $DEVICE = $name;
|
my $DEVICE = $name;
|
||||||
($txt,$new_line) = eval $txt;
|
($txt,$new_line) = eval $txt;
|
||||||
$new_line if( defined($new_line) );
|
|
||||||
if( $@ ) {
|
if( $@ ) {
|
||||||
$txt = "<ERROR>";
|
$txt = "<ERROR>";
|
||||||
Log3 $name, 3, $name .": ". $regex .": ". $@;
|
Log3 $name, 3, $name .": ". $regex .": ". $@;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user