=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshconnect.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- src/usr.bin/ssh/sshconnect.c 1999/11/17 09:51:57 1.34 +++ src/usr.bin/ssh/sshconnect.c 1999/11/18 14:00:49 1.35 @@ -15,7 +15,7 @@ */ #include "includes.h" -RCSID("$Id: sshconnect.c,v 1.34 1999/11/17 09:51:57 markus Exp $"); +RCSID("$Id: sshconnect.c,v 1.35 1999/11/18 14:00:49 markus Exp $"); #include #include "xmalloc.h" @@ -1348,7 +1348,7 @@ if (cipher_mask() & supported_ciphers & (1 << ssh_cipher_default)) options.cipher = ssh_cipher_default; else { - debug("Cipher %d not supported, using %.100s instead.", + debug("Cipher %s not supported, using %.100s instead.", cipher_name(ssh_cipher_default), cipher_name(SSH_FALLBACK_CIPHER)); options.cipher = SSH_FALLBACK_CIPHER;