CUL_HM: correct log-level

git-svn-id: https://svn.fhem.de/fhem/trunk@23059 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2020-10-31 09:19:17 +00:00
parent 879f9c9037
commit 1c7b1cb6cf

View File

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