]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
fix invalid string substitution 160/head
authorAlfredo Deza <alfredo.deza@inktank.com>
Wed, 5 Feb 2014 14:18:08 +0000 (09:18 -0500)
committerAlfredo Deza <alfredo.deza@inktank.com>
Wed, 5 Feb 2014 14:20:43 +0000 (09:20 -0500)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
ceph_deploy/install.py

index 8c116178af28a55f455760057f8498947e62d54f..f319d58d5b7f2557cf57da53d09a46d25896e21d 100644 (file)
@@ -111,7 +111,7 @@ def purge_data(args):
         distro.conn.exit()
 
     if installed_hosts:
-        LOG.error("ceph is still installed on: ", installed_hosts)
+        LOG.error("ceph is still installed on: %s", installed_hosts)
         raise RuntimeError("refusing to purge data while ceph is still installed")
 
     for hostname in args.host: