diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-04-18 14:15:01 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-04-18 14:15:01 +0000 |
commit | 92bbcf3bd4f3536449daef5e129b527f07b8ea72 (patch) | |
tree | 9e8a05b928a1b0a60135a7c0f3e3297650abaa75 /usr.bin | |
parent | 6d2dc1c6a8b5c59cc0194ac84074b3adf4090e5d (diff) |
debug->debug3
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/canohost.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/canohost.c b/usr.bin/ssh/canohost.c index dceba268bd9..f13e29657b6 100644 --- a/usr.bin/ssh/canohost.c +++ b/usr.bin/ssh/canohost.c @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: canohost.c,v 1.25 2001/04/12 19:15:24 markus Exp $"); +RCSID("$OpenBSD: canohost.c,v 1.26 2001/04/18 14:15:00 markus Exp $"); #include "packet.h" #include "xmalloc.h" @@ -49,7 +49,7 @@ get_remote_hostname(int socket, int reverse_mapping_check) NULL, 0, NI_NUMERICHOST) != 0) fatal("get_remote_hostname: getnameinfo NI_NUMERICHOST failed"); - debug("Trying to reverse map address %.100s.", ntop); + debug3("Trying to reverse map address %.100s.", ntop); /* Map the IP address to a host name. */ if (getnameinfo((struct sockaddr *)&from, fromlen, name, sizeof(name), NULL, 0, NI_NAMEREQD) != 0) { |