loadRecDataFromFrame():
Move coinAttached from error-state to normal debug output.
This commit is contained in:
parent
1cc14e9a4c
commit
3e7f71899c
@ -720,6 +720,10 @@ char T_datif::loadRecDataFromFrame()
|
|||||||
if (readSource == 31) {
|
if (readSource == 31) {
|
||||||
T_dynamicCondition const *dynCond = reinterpret_cast<T_dynamicCondition const *>(receivedData);
|
T_dynamicCondition const *dynCond = reinterpret_cast<T_dynamicCondition const *>(receivedData);
|
||||||
dump(dynCond);
|
dump(dynCond);
|
||||||
|
if (dynCond->coinAttached > 0) {
|
||||||
|
qCritical() << __func__ << ":" << __LINE__ << ": dynCond->coinAttached"
|
||||||
|
<< QByteArray(reinterpret_cast<char const *>(receivedData), RdDleng).toHex(':');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
readCount = writeCount;
|
readCount = writeCount;
|
||||||
|
Loading…
Reference in New Issue
Block a user