From 8b553306f04ca25b51aad877e6f011eb077a1354 Mon Sep 17 00:00:00 2001 From: solusipse Date: Mon, 16 Sep 2013 15:07:31 +0200 Subject: [PATCH] minor fix --- fiche.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiche.c b/fiche.c index f81e41d..9488c09 100755 --- a/fiche.c +++ b/fiche.c @@ -156,7 +156,7 @@ struct client_data get_client_address(struct sockaddr_in client_address) hostp = gethostbyaddr((const char *)&client_address.sin_addr.s_addr, sizeof(client_address.sin_addr.s_addr), AF_INET); if (hostp == NULL) { - nerror("ERROR: Couldn't obtain client's address"); + nerror("ERROR: Couldn't obtain client's hostname"); data.hostname = "error"; } else