diff --git a/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp b/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp index 388ce98f23..719275fd39 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp @@ -312,7 +312,7 @@ OSStatus RageSound_CA::OverloadListener( AudioDeviceID inDevice, } 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; return noErr; }