diff options
-rw-r--r-- | xbmc/GUILargeTextureManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/GUILargeTextureManager.cpp b/xbmc/GUILargeTextureManager.cpp index b5f0061f69..faa00be6e7 100644 --- a/xbmc/GUILargeTextureManager.cpp +++ b/xbmc/GUILargeTextureManager.cpp @@ -66,7 +66,7 @@ bool CImageLoader::DoWork() m_texture = NULL; } else if (CTimeUtils::GetTimeMS() - start > 100) - CLog::Log(LOGDEBUG, "%s - took %d ms to load %s", __FUNCTION__, CTimeUtils::GetTimeMS() - start, m_path.c_str()); + CLog::Log(LOGDEBUG, "%s - took %d ms to load %s", __FUNCTION__, CTimeUtils::GetTimeMS() - start, loadPath.c_str()); } return true; |