From fa29f876d365905d8ca4c2e99db35df32f7de959 Mon Sep 17 00:00:00 2001 From: Matus Kral Date: Sat, 5 Dec 2015 13:54:06 +0100 Subject: [TextureCache] fix log leaking username/pass --- xbmc/TextureCacheJob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""; } -- cgit v1.2.3