Fix debug statement
authorAndy Bavier <acb@cs.princeton.edu>
Mon, 31 Oct 2011 18:10:38 +0000 (14:10 -0400)
committerAndy Bavier <acb@cs.princeton.edu>
Mon, 31 Oct 2011 18:10:38 +0000 (14:10 -0400)
sfa/client/sfi.py

index 90fb233..4939246 100755 (executable)
@@ -521,7 +521,7 @@ class Sfi:
         if args:
             hrn = args[0]
         gid = self._get_gid(hrn)
-        self.logger.debug("Sfi.get_gid-> %s",gid.save_to_string(save_parents=True))
+        self.logger.debug("Sfi.get_gid-> %s" % gid.save_to_string(save_parents=True))
         return gid
 
     def _get_gid(self, hrn=None, type=None):