]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: fix a minor typo in logging message
authorMatthew Cengia <mattcen@mattcen.com>
Sun, 14 Mar 2021 23:58:21 +0000 (10:58 +1100)
committerSage Weil <sage@newdream.net>
Sat, 20 Mar 2021 13:22:11 +0000 (08:22 -0500)
remove duplicated "to"

Signed-off-by: Matthew Cengia <mattcen@mattcen.com>
(cherry picked from commit bd500e88e225135d24d3aec78cfb0b6db7481dae)

src/cephadm/cephadm

index 4a46620f42004c9624a7e57f5402280496cb8f3f..2cd229e2f247fe5f91339e0a0ee9630427d19a6c 100755 (executable)
@@ -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: