Changeset 1264
- Timestamp:
- 06/21/08 07:12:30 (13 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/libffado-2.0/src/libieee1394/IsoHandler.cpp
r1263 r1264 409 409 } 410 410 if (dropped_cycles > 0) { 411 debugOutput(DEBUG_LEVEL_ NORMAL,411 debugOutput(DEBUG_LEVEL_VERBOSE, 412 412 "(%p) dropped %d packets on cycle %u, 'dropped'=%u, cycle=%d, m_last_cycle=%d\n", 413 413 this, dropped_cycles, cycle, dropped, cycle, m_last_cycle); … … 609 609 #ifdef DEBUG 610 610 if(skipped) { 611 debugOutput(DEBUG_LEVEL_ NORMAL,611 debugOutput(DEBUG_LEVEL_VERBOSE, 612 612 "(%p) skipped %d cycles, cycle: %d, last_cycle: %d, dropped: %d\n", 613 613 this, skipped, cycle, m_last_cycle, dropped); … … 619 619 } 620 620 if (dropped_cycles > 0) { 621 debugOutput(DEBUG_LEVEL_ NORMAL,621 debugOutput(DEBUG_LEVEL_VERBOSE, 622 622 "(%p) dropped %d packets on cycle %u (last_cycle=%u, dropped=%d, skipped: %d)\n", 623 623 this, dropped_cycles, cycle, m_last_cycle, dropped, skipped);