From 8740bd75a406ab5febd771fc1c921dc4999b707b Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 22 Apr 2012 13:16:38 -0500 Subject: [PATCH] I'm pretty sure most people don't care about the genres not being mapped in BackgroundMapping.ini. --- src/BackgroundUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BackgroundUtil.cpp b/src/BackgroundUtil.cpp index c2fc512983..be20d456bb 100644 --- a/src/BackgroundUtil.cpp +++ b/src/BackgroundUtil.cpp @@ -243,7 +243,7 @@ static void GetFilterToFileNames( const RString sBaseDir, const Song *pSong, set bool bSuccess = ini.GetValue( "GenreToSection", pSong->m_sGenre, sSection ); if( !bSuccess ) { - LOG->Warn( "Genre '%s' isn't mapped", pSong->m_sGenre.c_str() ); + //LOG->Warn( "Genre '%s' isn't mapped", pSong->m_sGenre.c_str() ); return; }