X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=support%2Finclude%2Fha-callout.h;h=11643361837af130dff1f14b5bf550908e6784a1;hb=9ccfe0fa5a43dfc4453b09e328565a6c8f999fe4;hp=efb70fb28378fe0e02b9eabb4f5515ed1c6eb245;hpb=29e2293a69a75abf0ce1c85daff0b94c9875d56a;p=nfs-utils.git 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