summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/nfsdcld/nfsdcld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nfsdcld/nfsdcld.c b/utils/nfsdcld/nfsdcld.c
index 2f0b004..c9f0fb9 100644
--- a/utils/nfsdcld/nfsdcld.c
+++ b/utils/nfsdcld/nfsdcld.c
@@ -89,7 +89,7 @@ cld_pipe_open(struct cld_client *clnt)
xlog(D_GENERAL, "%s: opening upcall pipe %s", __func__, pipepath);
fd = open(pipepath, O_RDWR, 0);
if (fd < 0) {
- xlog(L_ERROR, "%s: open of %s failed: %m", __func__, pipepath);
+ xlog(D_GENERAL, "%s: open of %s failed: %m", __func__, pipepath);
return -errno;
}