cosmetic
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 3 Jan 2012 11:29:21 +0000 (12:29 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 3 Jan 2012 11:29:21 +0000 (12:29 +0100)
sfa/client/sfascan.py

index 458b352..946948c 100644 (file)
@@ -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