2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

CUL_HM:remove log error - cosmetic only

git-svn-id: https://svn.fhem.de/fhem/trunk@22022 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2020-05-24 08:50:40 +00:00
parent a89f8cc521
commit bffd6e8e3e

View File

@ -3458,7 +3458,7 @@ sub CUL_HM_parseCommon(@){#####################################################
} }
} }
else{ else{
Log 1,"waiting for: $pendType, got:RegisterRead # await msgNo:$rspWait->{mNo}, rec:$mNoInt"; Log 1,"waiting for: $pendType, got:RegisterRead # await msgNo:".(defined $rspWait->{mNo} ? $rspWait->{mNo} :"-no msgNo").", rec:$mNoInt";
} }
$ret = "done"; $ret = "done";
} }