mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
55_GDS.pm: debug code added temporarily
git-svn-id: https://svn.fhem.de/fhem/trunk@10207 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5e1b02b618
commit
a41f1ecaab
@ -959,7 +959,7 @@ sub getConditions($$@){
|
|||||||
sub _readItem {
|
sub _readItem {
|
||||||
my ($line, $pos, $align, $item) = @_;
|
my ($line, $pos, $align, $item) = @_;
|
||||||
my $x;
|
my $x;
|
||||||
|
Debug $line unless $align;
|
||||||
if ($align eq "l") {
|
if ($align eq "l") {
|
||||||
$x = substr($line, $pos);
|
$x = substr($line, $pos);
|
||||||
$x =~ s/ .+$//g; # after two spaces => next field
|
$x =~ s/ .+$//g; # after two spaces => next field
|
||||||
|
Loading…
Reference in New Issue
Block a user