This commit is contained in:
Glenn Maynard
2005-05-20 00:18:15 +00:00
parent f37a3810d6
commit 38b10ca499
+1 -1
View File
@@ -170,7 +170,7 @@ void Alsa9Buf::GetSoundCardDebugInfo()
if( DoesFileExist("/proc/asound/version") )
{
CString sVersion;
GetFileContents( "/proc/asound/version", sVersion );
GetFileContents( "/proc/asound/version", sVersion, true );
LOG->Info( "ALSA: %s", sVersion.c_str() );
}