]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Fix TypeError
authorZack Cerza <zack@cerza.org>
Thu, 12 Sep 2013 21:39:55 +0000 (16:39 -0500)
committerZack Cerza <zack@cerza.org>
Thu, 12 Sep 2013 21:42:59 +0000 (16:42 -0500)
(cherry picked from commit c4591a16e1781f8da3502b38e3dc72f629478312)

teuthology/task/internal.py

index 52c2d5af997091f4ef15cfe0d40d50dbc65b89be..1d3ea2bf1acd273787f78afe572f680f3c357d7b 100644 (file)
@@ -516,7 +516,7 @@ def vm_setup(ctx, config):
                     p.spawn(_handle_vm_init, remote)
 
 def _handle_vm_init(remote):
-    log.info('Running ceph_qa_chef on ', remote)
+    log.info('Running ceph_qa_chef on %s', remote)
     remote.run(args=['wget','-q','-O-',
             'http://ceph.com/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/solo-from-scratch;hb=HEAD',
             run.Raw('|'),