From 4f8e77befc588f206ae81f8744c7c9c3961d6edc Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 16 Dec 2002 07:44:29 +0000 Subject: [PATCH] shorten log (less lines = easier to read) --- stepmania/src/RageTextureManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }