This commit is contained in:
Steve Checkoway
2006-01-22 07:24:18 +00:00
parent 3a4f3a8efd
commit 75d67fbe85
@@ -312,7 +312,7 @@ OSStatus RageSound_CA::OverloadListener( AudioDeviceID inDevice,
} }
LOG->Warn( "Audio overload. Last IOProc time: %f IOProc calls: %i (%s)", LOG->Warn( "Audio overload. Last IOProc time: %f IOProc calls: %i (%s)",
g_fLastIOProcTime, g_iNumIOProcCalls, Output.c_str() ); g_fLastIOProcTime, g_iNumIOProcCalls, Output.c_str() );
g_iNumIOProcCalls = 0; g_iNumIOProcCalls = 0;
return noErr; return noErr;
} }