adjust output

This commit is contained in:
Glenn Maynard
2004-10-06 01:18:05 +00:00
parent cf9c6e3a96
commit ccaa552c24
+1 -3
View File
@@ -17,7 +17,7 @@ BOOL CALLBACK DSound::EnumCallback( LPGUID lpGuid, LPCSTR lpcstrDescription, LPC
CString sLine = ssprintf( "DirectSound Driver: %s", lpcstrDescription ); CString sLine = ssprintf( "DirectSound Driver: %s", lpcstrDescription );
if( lpcstrModule[0] ) if( lpcstrModule[0] )
{ {
sLine += ssprintf( " (%s", lpcstrModule ); sLine += ssprintf( " %s", lpcstrModule );
#ifndef _XBOX #ifndef _XBOX
CString sPath = FindSystemFile( lpcstrModule ); CString sPath = FindSystemFile( lpcstrModule );
@@ -28,8 +28,6 @@ BOOL CALLBACK DSound::EnumCallback( LPGUID lpGuid, LPCSTR lpcstrDescription, LPC
sLine += ssprintf(" %s", ver.c_str()); sLine += ssprintf(" %s", ver.c_str());
} }
#endif #endif
sLine += ")";
} }
LOG->Info( "%s", sLine.c_str() ); LOG->Info( "%s", sLine.c_str() );