review logging again; code that runs in client and/or server now logs in the right...
[sfa.git] / sfa / trust / gid.py
index 6adfec5..a880b52 100644 (file)
@@ -82,7 +82,7 @@ class GID(Certificate):
         
         Certificate.__init__(self, create, subject, string, filename)
         if subject:
-            sfa_logger.debug("Creating GID for subject: %s" % subject)
+            sfa_logger().debug("Creating GID for subject: %s" % subject)
         if uuid:
             self.uuid = int(uuid)
         if hrn: