From: Thierry Parmentelat Date: Tue, 5 Nov 2013 11:49:31 +0000 (+0100) Subject: display backend url as logger.info X-Git-Tag: geni-v2-broken-and-discontinued~19 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=74fb9f2ea12d7e5aee2f158e3a18139918298efc display backend url as logger.info --- diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py index a7c6ae1e..b331a578 100644 --- a/sfa/client/sfi.py +++ b/sfa/client/sfi.py @@ -1594,6 +1594,7 @@ $ sfi m -b http://mymanifold.foo.com:7080/ # (f) and finally upload them to manifold server # xxx todo add an option so the password can be set on the command line # (but *NOT* in the config file) so other apps can leverage this + self.logger.info("Uploading on backend at %s"%myslice_dict['backend']) uploader = ManifoldUploader (logger=self.logger, url=myslice_dict['backend'], platform=myslice_dict['platform'],