Fix logs (thanks gcc)

This commit is contained in:
Glenn Maynard
2003-09-19 01:23:30 +00:00
parent 1cd2f041e4
commit 0a7ef0ea22
@@ -767,7 +767,7 @@ void MovieTexture_FFMpeg::SetPosition( float fSeconds )
return;
}
LOG->Trace( "Seek to %f (from %f)", fSeconds );
LOG->Trace( "Seek to %f", fSeconds );
m_bWantRewind = true;
}