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: v16.2.0~73^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cf3434154d6c2a862b7c87ba4f91ffa8b17b72c5;p=ceph.git cephadm: fix a minor typo in logging message remove duplicated "to" Signed-off-by: Matthew Cengia (cherry picked from commit bd500e88e225135d24d3aec78cfb0b6db7481dae) --- diff --git a/src/cephadm/cephadm b/src/cephadm/cephadm index 4a46620f420..2cd229e2f24 100755 --- a/src/cephadm/cephadm +++ b/src/cephadm/cephadm @@ -3622,7 +3622,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: