From: Alfredo Deza Date: Wed, 5 Feb 2014 14:18:08 +0000 (-0500) Subject: fix invalid string substitution X-Git-Tag: v1.3.5~2^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8bc950ef91976ee2586f5ca72b615ea628105e72;p=ceph-deploy.git fix invalid string substitution Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index 8c11617..f319d58 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -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: