r1.3 move bonfire.py code to sfa/bonfire repository
[sfa.git] / sfa / client / sfi.py
index 8793da3..8aec7c1 100644 (file)
@@ -14,6 +14,7 @@ import codecs
 import pickle
 import json
 import shutil
+
 from lxml import etree
 from StringIO import StringIO
 from optparse import OptionParser
@@ -1586,6 +1587,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'],