cleanup
This commit is contained in:
@@ -9,11 +9,8 @@
|
|||||||
|
|
||||||
void LogVideoDriverInfo( VideoDriverInfo info )
|
void LogVideoDriverInfo( VideoDriverInfo info )
|
||||||
{
|
{
|
||||||
LOG->Info( "Video Driver Information:" );
|
LOG->Info( "Video driver: %s [%s]", info.sDescription.c_str(), info.sProvider.c_str() );
|
||||||
LOG->Info( "Provider: %s", info.sProvider.c_str() );
|
LOG->Info( " %s, %s [%s]", info.sVersion.c_str(), info.sDate.c_str(), info.sDeviceID.c_str() );
|
||||||
LOG->Info( "Description: %s", info.sDescription.c_str() );
|
|
||||||
LOG->Info( "Driver: %s, %s", info.sVersion.c_str(), info.sDate.c_str() );
|
|
||||||
LOG->Info( "DeviceID: %s", info.sDeviceID.c_str() );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void GetMemoryDebugInfo()
|
static void GetMemoryDebugInfo()
|
||||||
|
|||||||
Reference in New Issue
Block a user