diff --git a/stepmania/src/RageTextureManager.cpp b/stepmania/src/RageTextureManager.cpp index 63a09d8ae3..5eed177ce3 100644 --- a/stepmania/src/RageTextureManager.cpp +++ b/stepmania/src/RageTextureManager.cpp @@ -88,7 +88,7 @@ RageTexture* RageTextureManager::LoadTexture( CString sTexturePath, RageTextureP else pTexture = new RageBitmapTexture( sTexturePath, prefs ); - LOG->Trace( "RageTextureManager: Finished loading '%s'.", sTexturePath.GetString() ); + LOG->Trace( "RageTextureManager: Loaded '%s'.", sTexturePath.GetString() ); m_mapPathToTexture[sTexturePath] = pTexture; }