diff options
Diffstat (limited to 'server/host.c')
-rw-r--r-- | server/host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/host.c b/server/host.c index 11e2230..3af1b65 100644 --- a/server/host.c +++ b/server/host.c @@ -349,7 +349,7 @@ int nslcd_host_all(FILE *fp) int errnop; int retv; /* log call */ - log_log(LOG_DEBUG,"nslcd_shadow_all()"); + log_log(LOG_DEBUG,"nslcd_host_all()"); /* write the response header */ WRITE_INT32(fp,NSLCD_VERSION); WRITE_INT32(fp,NSLCD_ACTION_HOST_ALL); |