diff --git a/src/RageLog.cpp b/src/RageLog.cpp index 5c517f209e..a01fdb8047 100644 --- a/src/RageLog.cpp +++ b/src/RageLog.cpp @@ -262,7 +262,7 @@ void RageLog::Write( int where, const RString &sLine ) sStr.insert( 0, sWarning ); if( m_bShowLogOutput || (where&WRITE_TO_INFO) ) - puts( sStr ); + _putws( (const wchar_t *)sStr.c_str() ); if( where & WRITE_TO_INFO ) AddToInfo( sStr ); if( m_bLogToDisk && (where&WRITE_TO_INFO) && g_fileInfo->IsOpen() )