diff --git a/stepmania/src/RageDisplay_D3D.cpp b/stepmania/src/RageDisplay_D3D.cpp index 9d3542cc4e..d04d9e9a31 100644 --- a/stepmania/src/RageDisplay_D3D.cpp +++ b/stepmania/src/RageDisplay_D3D.cpp @@ -175,7 +175,8 @@ const PixelFormatDesc *RageDisplay_D3D::GetPixelFormatDesc(PixelFormat pf) const RageDisplay_D3D::RageDisplay_D3D( bool windowed, int width, int height, int bpp, int rate, bool vsync, CString sWindowTitle, CString sIconFile ) { - LOG->Trace( "RageDisplay_D3D::RageDisplay()" ); + LOG->Trace( "RageDisplay_D3D::RageDisplay_D3D()" ); + LOG->MapLog("renderer", "Current renderer: Direct3D"); typedef IDirect3D8 * (WINAPI * Direct3DCreate8_t) (UINT SDKVersion); Direct3DCreate8_t pDirect3DCreate8; diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index 54b28d568b..6ceb04d32c 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -108,7 +108,8 @@ void GetGLExtensions(set &ext) RageDisplay_OGL::RageDisplay_OGL( bool windowed, int width, int height, int bpp, int rate, bool vsync, CString sWindowTitle, CString sIconFile ) { - LOG->Trace( "RageDisplay_OGL::RageDisplay()" ); + LOG->Trace( "RageDisplay_OGL::RageDisplay_OGL()" ); + LOG->MapLog("renderer", "Current renderer: OpenGL"); wind = MakeLowLevelWindow();