# HG changeset patch # User Mads Kiilerich # Date 2013-01-02 12:54:24 # Node ID ff315659d2899b568d2ff02cf7b8d2f319d2b2ee # Parent 95b4242a275e552b777405426b19bae21f59f2c0 logging: make 'Creating a cache key for...' more readable diff --git a/rhodecode/lib/utils.py b/rhodecode/lib/utils.py --- a/rhodecode/lib/utils.py +++ b/rhodecode/lib/utils.py @@ -464,8 +464,8 @@ def repo2db_mapper(initial_repo_list, re # 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 = []