]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2002/07/29 18:57:30
authormouring <mouring>
Thu, 1 Aug 2002 01:26:29 +0000 (01:26 +0000)
committermouring <mouring>
Thu, 1 Aug 2002 01:26:29 +0000 (01:26 +0000)
     [sshconnect.c]
     print file:line

ChangeLog
sshconnect.c

index 1c4eb40b785a3ea0dc096b093c14e1403498dca8..e5fa79ee2141d90f2f0fb8c51d07b29cc1c1aca3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,9 @@
      [sftp.c]
      FallBackToRsh does not exist anywhere else.  Remove it from here.
      OK deraadt.
+   - markus@cvs.openbsd.org 2002/07/29 18:57:30
+     [sshconnect.c]
+     print file:line
 
 20020730
  - (bal) [uidswap.c] SCO compile correction by gert@greenie.muc.de
index 8599684e5ef030e69f11cda13162f0debfa24662..6004bf5e41db05b29495545f156c406fca280203 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sshconnect.c,v 1.132 2002/07/24 16:11:18 markus Exp $");
+RCSID("$OpenBSD: sshconnect.c,v 1.133 2002/07/29 18:57:30 markus Exp $");
 
 #include <openssl/bn.h>
 
@@ -882,7 +882,7 @@ show_key_from_file(const char *file, const char *host, int keytype)
            keytype, found, &line))) {
                fp = key_fingerprint(found, SSH_FP_MD5, SSH_FP_HEX);
                log("WARNING: %s key found for host %s\n"
-                   "in file %s line %d with\n"
+                   "in %s:%d\n"
                    "%s key fingerprint %s.",
                    key_type(found), host, file, line,
                    key_type(found), fp);
This page took 0.069517 seconds and 5 git commands to generate.