mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 07:56:03 +00:00
98_freezemon.pm: Fixed another perl warning
git-svn-id: https://svn.fhem.de/fhem/trunk@18522 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d1cfa20b02
commit
e5e66e6dec
@ -1042,7 +1042,7 @@ sub freezemon_getDevice($$) {
|
|||||||
if ( !defined($shortarg) ) {
|
if ( !defined($shortarg) ) {
|
||||||
|
|
||||||
#Log3 $name, 5, "Freezemon: something went wrong $fn " . Dumper($arg);
|
#Log3 $name, 5, "Freezemon: something went wrong $fn " . Dumper($arg);
|
||||||
$shortarg = "";
|
$shortarg = "N/A";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
( $shortarg, undef ) = split( /:|;/, $shortarg, 2 );
|
( $shortarg, undef ) = split( /:|;/, $shortarg, 2 );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user