From: Matthew Cengia Date: Sun, 14 Mar 2021 23:58:21 +0000 (+1100) Subject: cephadm: fix a minor typo in logging message X-Git-Tag: v17.1.0~2544^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bd500e88e225135d24d3aec78cfb0b6db7481dae;p=ceph.git cephadm: fix a minor typo in logging message remove duplicated "to" Signed-off-by: Matthew Cengia --- diff --git a/src/cephadm/cephadm b/src/cephadm/cephadm index 7d2d25505989..944d0067ff47 100755 --- a/src/cephadm/cephadm +++ b/src/cephadm/cephadm @@ -3617,7 +3617,7 @@ def prepare_ssh( with open(ctx.output_pub_ssh_key, 'w') as f: f.write(ssh_pub) - logger.info('Wrote public SSH key to to %s' % ctx.output_pub_ssh_key) + logger.info('Wrote public SSH key to %s' % ctx.output_pub_ssh_key) logger.info('Adding key to %s@localhost authorized_keys...' % ctx.ssh_user) try: