summaryrefslogtreecommitdiffstats
path: root/support/include
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2009-11-24 08:36:20 -0500
committerSteve Dickson <steved@redhat.com>2009-11-24 08:36:20 -0500
commit9ccfe0fa5a43dfc4453b09e328565a6c8f999fe4 (patch)
tree8e2d3525f3748b08d51602d41f715fd1fe27262f /support/include
parent29e2293a69a75abf0ce1c85daff0b94c9875d56a (diff)
downloadnfs-utils-9ccfe0fa5a43dfc4453b09e328565a6c8f999fe4.tar.gz
nfs-utils-9ccfe0fa5a43dfc4453b09e328565a6c8f999fe4.tar.xz
nfs-utils-9ccfe0fa5a43dfc4453b09e328565a6c8f999fe4.zip
statd: Replace note() with xlog() in rpc.statd
To facilitate code sharing between statd and sm-notify (and with other components of nfs-utils), replace sm-notify's nsm_log() with xlog(). Since opt_quiet is used in only a handful of insignificant cases, it is removed. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'support/include')
-rw-r--r--support/include/ha-callout.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/support/include/ha-callout.h b/support/include/ha-callout.h
index efb70fb..1164336 100644
--- a/support/include/ha-callout.h
+++ b/support/include/ha-callout.h
@@ -53,11 +53,7 @@ ha_callout(char *event, char *arg1, char *arg2, int arg3)
default: pid = waitpid(pid, &ret, 0);
}
sigaction(SIGCHLD, &oldact, &newact);
-#ifdef dprintf
- dprintf(N_DEBUG, "ha callout returned %d\n", WEXITSTATUS(ret));
-#else
xlog(D_GENERAL, "ha callout returned %d\n", WEXITSTATUS(ret));
-#endif
}
#endif