# HG changeset patch # User Mads Kiilerich # Date 1357131264 -3600 # Node ID ff315659d2899b568d2ff02cf7b8d2f319d2b2ee # Parent 95b4242a275e552b777405426b19bae21f59f2c0 logging: make 'Creating a cache key for...' more readable diff -r 95b4242a275e -r ff315659d289 rhodecode/lib/utils.py --- a/rhodecode/lib/utils.py Wed Jan 02 13:54:20 2013 +0100 +++ b/rhodecode/lib/utils.py Wed Jan 02 13:54:24 2013 +0100 @@ -464,8 +464,8 @@ # system, this will register all repos and multiple instances key, _prefix, _org_key = CacheInvalidation._get_key(name) CacheInvalidation.invalidate(name) - log.debug("Creating a cache key for %s instance_id=>`%s`" - % (name, _prefix or '-')) + log.debug("Creating a cache key for %s, instance_id %s" + % (name, _prefix or 'unknown')) sa.commit() removed = []