From: Zack Cerza Date: Thu, 12 Sep 2013 21:39:55 +0000 (-0500) Subject: Fix TypeError X-Git-Tag: 1.1.0~1879^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2db2ba781ac1a9328c9f5b016052bb7dc5d747b5;p=teuthology.git Fix TypeError (cherry picked from commit c4591a16e1781f8da3502b38e3dc72f629478312) --- diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index 52c2d5af9..1d3ea2bf1 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -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('|'),