diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/export/hostname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/export/hostname.c b/support/export/hostname.c index 94e98a5..5c4c824 100644 --- a/support/export/hostname.c +++ b/support/export/hostname.c @@ -230,7 +230,7 @@ host_canonname(const struct sockaddr *sap) default: (void)getnameinfo(sap, salen, buf, (socklen_t)sizeof(buf), NULL, 0, NI_NUMERICHOST); - xlog(D_GENERAL, "%s: failed to resolve %s: %s", + xlog(D_PARSE, "%s: failed to resolve %s: %s", __func__, buf, gai_strerror(error)); return NULL; } |