]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/ha-callout.h
statd: Replace note() with xlog() in rpc.statd
[nfs-utils.git] / support / include / ha-callout.h
index efb70fb28378fe0e02b9eabb4f5515ed1c6eb245..11643361837af130dff1f14b5bf550908e6784a1 100644 (file)
@@ -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