Changeset 1466

Show
Ignore:
Timestamp:
11/22/08 13:36:11 (15 years ago)
Author:
ppalmers
Message:

fix small reporting bug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libffado-2.0/src/libieee1394/CycleTimerHelper.cpp

    r1456 r1466  
    387387            debugOutput(DEBUG_LEVEL_VERBOSE,  
    388388                        "(%p) have to retry CTR read, diff unrealistic: diff: %lld, max: +/- %ld (try: %d) %lld\n",  
    389                         this, err_ticks, 10*TICKS_PER_CYCLE, ntries, expected_ticks); 
     389                        this, err_ticks, 1*TICKS_PER_CYCLE, ntries, expected_ticks); 
    390390            // sleep half a cycle to make sure the hardware moved on 
    391391            Util::SystemTimeSource::SleepUsecRelative(USECS_PER_CYCLE/2);