diff options
Diffstat (limited to 'utils/mountd/auth.c')
-rw-r--r-- | utils/mountd/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mountd/auth.c b/utils/mountd/auth.c index 2bb708f..dfe61ea 100644 --- a/utils/mountd/auth.c +++ b/utils/mountd/auth.c @@ -223,7 +223,7 @@ auth_authenticate(char *what, struct sockaddr_in *caller, char *path) break; case unknown_host: - xlog(L_WARNING, "%s request from unknown host %s for %s (%s)", + xlog(L_WARNING, "refused %s request from %s for %s (%s): unmatched host", what, inet_ntoa(addr), path, epath); break; |