summaryrefslogtreecommitdiffstats
path: root/hostfile.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-10-24 11:40:32 +1100
committerDarren Tucker <dtucker@zip.com.au>2009-10-24 11:40:32 +1100
commit1b118881b8f71a84458e42de07708c863f70093f (patch)
treebdf85e05075b2110b50187e215ee987f8758bf06 /hostfile.c
parente23a79cbed41a3d10533a9d5caefdcee058a066b (diff)
- (dtucker) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2009/10/11 23:03:15 [hostfile.c] mention the host name that we are looking for in check_host_in_hostfile()
Diffstat (limited to 'hostfile.c')
-rw-r--r--hostfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hostfile.c b/hostfile.c
index 2cceb352..cd28bf44 100644
--- a/hostfile.c
+++ b/hostfile.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hostfile.c,v 1.45 2006/08/03 03:34:42 deraadt Exp $ */
+/* $OpenBSD: hostfile.c,v 1.46 2009/10/11 23:03:15 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -204,7 +204,7 @@ check_host_in_hostfile_by_key_or_type(const char *filename,
char *cp, *cp2, *hashed_host;
HostStatus end_return;
- debug3("check_host_in_hostfile: filename %s", filename);
+ debug3("check_host_in_hostfile: host %s filename %s", host, filename);
/* Open the file containing the list of known hosts. */
f = fopen(filename, "r");