aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xbmc/TextureCacheJob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/TextureCacheJob.cpp b/xbmc/TextureCacheJob.cpp
index 921b84738c..d87aad094c 100644
--- a/xbmc/TextureCacheJob.cpp
+++ b/xbmc/TextureCacheJob.cpp
@@ -245,7 +245,7 @@ std::string CTextureCacheJob::GetImageHash(const std::string &url)
// so set an obviously bad hash
return "BADHASH";
}
- CLog::Log(LOGDEBUG, "%s - unable to stat url %s", __FUNCTION__, url.c_str());
+ CLog::Log(LOGDEBUG, "%s - unable to stat url %s", __FUNCTION__, CURL::GetRedacted(url).c_str());
return "";
}