From fec2b28c6334bf364e05722f624ff6c94f6d50b6 Mon Sep 17 00:00:00 2001 From: Andy Bavier Date: Mon, 31 Oct 2011 14:10:38 -0400 Subject: [PATCH] Fix debug statement --- sfa/client/sfi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py index 90fb2339..49392466 100755 --- a/sfa/client/sfi.py +++ b/sfa/client/sfi.py @@ -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): -- 2.43.0