summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Memcached.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-13 02:25:49 +0100
committerGitHub <noreply@github.com>2018-03-13 02:25:49 +0100
commit294b3090c1eac02ed1d561ddb797814bd3537bfb (patch)
treef9e39a06a40f58a008ef74878b8546673da4d0bb /Bugzilla/Memcached.pm
parent0c82247dff9a75946bd442bf57bd7c994ad4491d (diff)
downloadbugzilla-294b3090c1eac02ed1d561ddb797814bd3537bfb.tar.gz
bugzilla-294b3090c1eac02ed1d561ddb797814bd3537bfb.tar.xz
no bug - TRACE instead of INFO for clearing cache
Diffstat (limited to 'Bugzilla/Memcached.pm')
-rw-r--r--Bugzilla/Memcached.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Memcached.pm b/Bugzilla/Memcached.pm
index 388d8c5ed..85e3505e1 100644
--- a/Bugzilla/Memcached.pm
+++ b/Bugzilla/Memcached.pm
@@ -281,7 +281,7 @@ sub _inc_prefix {
delete Bugzilla->request_cache->{"memcached_prefix_$name"};
# BMO - log that we've wiped the cache
- INFO("$name cache cleared");
+ TRACE("$name cache cleared");
}
sub _global_prefix {