diff --git a/stepmania/src/Actor.cpp b/stepmania/src/Actor.cpp index 68c5d8dd68..5a6ea91d37 100644 --- a/stepmania/src/Actor.cpp +++ b/stepmania/src/Actor.cpp @@ -717,7 +717,7 @@ void Actor::BeginTweening( float time, ITween *pTween ) { RString sError = ssprintf( "Tween overflow: \"%s\"; infinitely recursing ActorCommand?", GetLineage().c_str() ); - LOG->Warn( sError ); + LOG->Warn( "%s", sError.c_str() ); Dialog::OK( sError ); FinishTweening(); }