increased verbosity.

This commit is contained in:
Martin Preuss
2025-03-21 20:54:57 +01:00
parent 0b946c5748
commit 3f0e9c9294

View File

@@ -103,7 +103,7 @@ int _readMsg(AQH_OBJECT *o)
}
}
else {
DBG_INFO(AQH_LOGDOMAIN, "Bad CRC");
DBG_ERROR(AQH_LOGDOMAIN, "Bad CRC");
AQH_MsgReader_StartSkipping(o);
}
free(msgPtr);