From a741125cd9223fbd2dc4696eed018945ba8d84cf Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 2 Mar 2015 17:33:35 +0100 Subject: [PATCH] sfi to log the url is uses to bootstrap client stuff --- sfa/client/sfi.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py index dcad9dad..6f5f64df 100644 --- a/sfa/client/sfi.py +++ b/sfa/client/sfi.py @@ -674,6 +674,8 @@ use this if you mean an authority instead""") # init self-signed cert, user credentials and gid def bootstrap (self): + if self.options.verbose: + self.logger.info("Initializing SfaClientBootstrap with {}".format(self.reg_url)) client_bootstrap = SfaClientBootstrap (self.user, self.reg_url, self.options.sfi_dir, logger=self.logger) # if -k is provided, use this to initialize private key -- 2.43.0