Changeset 1863
- Timestamp:
- 07/01/10 07:21:28 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp
r1844 r1863 173 173 // For debugging only - to be removed once Ultralite mk3 issues have been 174 174 // resolved. JMW, 31 May 2010. 175 if (!len_shown ) {175 if (!len_shown && getDebugLevel()>0 ) { 176 176 unsigned int i; 177 177 debugOutput(DEBUG_LEVEL_VERBOSE,"Packet from MOTU: length = %d\n", length); 178 len_shown = 1;179 178 for (i=0; i<length; i++) { 180 179 if ((i&0x000f) == 0) … … 188 187 fprintf(stderr, "\n"); 189 188 } 189 len_shown = 1; 190 190 191 191 return eCRV_OK;
