Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/host.c2
-rw-r--r--server/rpc.c2
2 files changed, 2 insertions, 2 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);
diff --git a/server/rpc.c b/server/rpc.c
index bf9a31f..727f722 100644
--- a/server/rpc.c
+++ b/server/rpc.c
@@ -180,7 +180,7 @@ int nslcd_rpc_all(FILE *fp)
int errnop;
int retv;
/* log call */
- log_log(LOG_DEBUG,"nslcd_rpccol_all()");
+ log_log(LOG_DEBUG,"nslcd_rpc_all()");
/* write the response header */
WRITE_INT32(fp,NSLCD_VERSION);
WRITE_INT32(fp,NSLCD_ACTION_RPC_ALL);