]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: fix a minor typo in logging message 40103/head
authorMatthew Cengia <mattcen@mattcen.com>
Sun, 14 Mar 2021 23:58:21 +0000 (10:58 +1100)
committerKefu Chai <kchai@redhat.com>
Mon, 15 Mar 2021 02:59:54 +0000 (10:59 +0800)
remove duplicated "to"

Signed-off-by: Matthew Cengia <mattcen@mattcen.com>
src/cephadm/cephadm

index 7d2d25505989e2a39244a79f5c52d7dc372715fb..944d0067ff47650cb347466d3c1e441395eedb19 100755 (executable)
@@ -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: