2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-03 13:45:36 +00:00

98_Analyze.pm: contrib 0.2.0

git-svn-id: https://svn.fhem.de/fhem/trunk@24112 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2021-03-28 18:28:38 +00:00
parent 87fbdee5cb
commit 034db039e0

View File

@ -552,7 +552,7 @@ sub checkRef {
return if($ref ne q{}); # Referenz ok
my $ret = "No ref found. Try print value of the key:\n\n".Dumper $val;
my $ret = "No ref found. Try print value of the object:\n\n".Dumper $val;
Log3($name, 4, "$name - $ret");
return $ret;