From: Thierry Parmentelat Date: Tue, 3 Jan 2012 11:29:21 +0000 (+0100) Subject: cosmetic X-Git-Tag: before-alchemy~10 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=dc6dbfa07f398ae1ba511b720f76a9b8a25d28f4;p=sfa.git cosmetic --- diff --git a/sfa/client/sfascan.py b/sfa/client/sfascan.py index 458b3520..946948c0 100644 --- a/sfa/client/sfascan.py +++ b/sfa/client/sfascan.py @@ -135,7 +135,7 @@ class Interface: logger.debug("searching in version cache %s"%self.url()) cached_version = VersionCache().get(self.url()) if cached_version is not None: - logger.info("Retrieved version info from cache") + logger.info("Retrieved version info from cache %s"%self.url()) return cached_version ### otherwise let's do the hard work # dummy to meet Sfi's expectations for its 'options' field