This commit is contained in:
Marko Oldenburg 2019-10-02 09:54:42 +02:00
parent 145c91256d
commit 74a89c2ec3

View File

@ -486,7 +486,7 @@ sub ErrorHandling($$$) {
print( 'TESLA DEBUG1 - Error: ' . $err . "\n" ) print( 'TESLA DEBUG1 - Error: ' . $err . "\n" )
if ( defined($err) and $err); if ( defined($err) and $err);
print( 'TESLA DEBUG1 - Code: ' . $param->{code} . "\n" ) print( 'TESLA DEBUG1 - Code: ' . $param->{code} . "\n" )
if ( exists( $param->{code} ); if ( exists($param->{code}) );
# my $path = $param->{setCmd}; # temporär # my $path = $param->{setCmd}; # temporär