diff --git a/stepmania/src/RageException.cpp b/stepmania/src/RageException.cpp index 493b15195e..e4f575c3aa 100644 --- a/stepmania/src/RageException.cpp +++ b/stepmania/src/RageException.cpp @@ -45,7 +45,7 @@ void RageException::Throw( const char *sFmt, ... ) } else { - printf( "%s\n", msg.c_str() ); + puts( msg ); fflush( stdout ); }