added: Debug logging in case our jpeg loader fails and we fallback to ImageLib
authorarnova <nospam@void.org>
Tue, 26 Jun 2012 18:52:44 +0000 (20:52 +0200)
committerarnova <nospam@void.org>
Tue, 26 Jun 2012 18:53:12 +0000 (20:53 +0200)
xbmc/guilib/Texture.cpp

index c1e0ab4..e454de4 100644 (file)
@@ -204,6 +204,7 @@ bool CBaseTexture::LoadFromFile(const CStdString& texturePath, unsigned int maxW
         }
       }
     }
+    CLog::Log(LOGDEBUG, "%s - Load of %s failed. Falling back to ImageLib", __FUNCTION__, texturePath.c_str());
   }
 
   DllImageLib dll;