Ignore:
Timestamp:
Jul 22, 2010, 8:20:48 PM (15 years ago)
Author:
David Azarewicz
Message:

debug statement cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/branches/DAZ/drv16/waudio.cpp

    r513 r524  
    407407
    408408   default:
    409            dprintf(("DataFormat wrong:%x",ulBitsPerSample));
     409           rprintf(("DataFormat wrong:%x",ulBitsPerSample));
    410410           DebugInt3();
    411411           return 0;
     
    829829        {
    830830                pConfigInfo->ulHwSampleRate = pConfigInfo->ulFixedSampleRate;
    831 #ifdef DEBUG
    832831                dprintf(("WA::QuerySampleFormat: SampleRate1 %d", pConfigInfo->ulHwSampleRate));
    833 #endif
    834832        }
    835833        else
    836834        {
    837835                pConfigInfo->ulHwSampleRate = pConfigInfo->ulSampleRate;
    838 #ifdef DEBUG
    839836                dprintf(("WA::QuerySampleFormat: SampleRate2 %d", pConfigInfo->ulHwSampleRate));
    840 #endif
    841837        }
    842838
Note: See TracChangeset for help on using the changeset viewer.