X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fstatd%2Fstatd.c;h=48362c0104d332c4f4aa7db4f131b07794d48dc6;hp=3f6411586bc055a6990d097ab5e238dc3a9b3b57;hb=2a8ca391fcc5f34aa02aa985a17823f6f7a4ad9f;hpb=8d926d3defedf7bb82c2f3f9fd1746fb0d0b968a diff --git a/utils/statd/statd.c b/utils/statd/statd.c index 3f64115..48362c0 100644 --- a/utils/statd/statd.c +++ b/utils/statd/statd.c @@ -111,7 +111,8 @@ killer (int sig) static void sigusr (int sig) { - dprintf (N_DEBUG, "Caught signal %d, re-reading notify list.", sig); + dprintf (N_DEBUG, "Caught signal %d, re-notifying (state %d).", sig, + MY_STATE); re_notify = 1; }