diff --git a/Engine/source/Verve/Extension/Motion/VMotionTrack.cpp b/Engine/source/Verve/Extension/Motion/VMotionTrack.cpp index 1042f5461..cc33f12db 100644 --- a/Engine/source/Verve/Extension/Motion/VMotionTrack.cpp +++ b/Engine/source/Verve/Extension/Motion/VMotionTrack.cpp @@ -238,7 +238,7 @@ void VMotionTrack::attachObject( void ) && !getController()->getDataValue( mOrientationData, orientationDataValue ) ) { // Sanity! - Con::warnf( "Unable to located the value for the given orientation data key, '%s'", mOrientationData ); + Con::warnf( "Unable to located the value for the given orientation data key, '%s'", mOrientationData.c_str() ); // Clear. orientationDataValue = String::EmptyString; }