Ignore:
Timestamp:
Nov 4, 2007, 8:19:50 PM (18 years ago)
Author:
Brendan Oakley
Message:

Send Uniaud16 debug output to Uniaud32 instead of com port, from Pavel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/wavestrm.cpp

    r33 r266  
    208208    }
    209209    if(!pTemp) {
    210             dprintf4(("AddBuffer: pTemp == NULL"));
     210#ifdef DEBUG
     211            dprintf(("AddBuffer: pTemp == NULL"));
     212#endif /* DEBUG */
    211213            return (ULONG)-1;
    212214    }
     
    320322            ulStreamPos &= ~(_configinfo.ulSampleSize - 1);
    321323
    322 //            dprintf(("WARNING: Process: Current pos %lx pos %lx incr %lx", ulCurBytesProcessed, _ulBytesProcessed, bytesinc));
     324#ifdef DEBUG
     325              dprintf(("WARNING: Process: Current pos %ld pos %d incr %d", ulCurBytesProcessed, _ulBytesProcessed, bytesinc));
    323326//            dprintf(("WARNING: hw pos %lx, streampos %lx", ulCurBytesProcessed, ulStreamPos));
     327#endif /* DEBUG */
    324328        }
    325329        _ulBytesProcessed = ulCurBytesProcessed;
Note: See TracChangeset for help on using the changeset viewer.