diff --git a/indra/newview/llworldmipmap.cpp b/indra/newview/llworldmipmap.cpp
index 28f1cc5193fd720d88f69cc298cd6e9046deb1cf..f31449ab668718a09a6d21fa8c4a8ecc79023817 100644
--- a/indra/newview/llworldmipmap.cpp
+++ b/indra/newview/llworldmipmap.cpp
@@ -194,7 +194,7 @@ LLPointer<LLViewerFetchedTexture> LLWorldMipmap::loadObjectsTile(U32 grid_x, U32
 	//LL_INFOS("WorldMap") << "LLWorldMipmap::loadObjectsTile(), URL = " << imageurl << LL_ENDL;
 
 	LLPointer<LLViewerFetchedTexture> img = LLViewerTextureManager::getFetchedTextureFromUrl(imageurl, FTT_MAP_TILE, TRUE, LLGLTexture::BOOST_NONE, LLViewerTexture::LOD_TEXTURE);
-	LL_INFOS("MAPURL") << "fetching map tile from " << imageurl << LL_ENDL;
+	LL_DEBUGS("MAPURL") << "fetching map tile from " << imageurl << LL_ENDL;
 
 	img->setBoostLevel(LLGLTexture::BOOST_MAP);