don't log the GUID; it's not useful

This commit is contained in:
Glenn Maynard
2004-06-06 08:10:22 +00:00
parent d84fa85bb1
commit 811845d38b
@@ -31,8 +31,6 @@ BOOL CALLBACK DSound::EnumCallback( LPGUID lpGuid, LPCSTR lpcstrDescription, LPC
}
LOG->Info( "%s", sLine.c_str() );
if(lpGuid)
LOG->Info( " ID: {%8.8x-%4.4x-%4.4x-%6.6x}", lpGuid->Data1, lpGuid->Data2, lpGuid->Data3, lpGuid->Data4 );
return TRUE;
}