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