summaryrefslogtreecommitdiffstats
path: root/utils/statd/statd.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/statd/statd.c')
-rw-r--r--utils/statd/statd.c3
1 files changed, 2 insertions, 1 deletions
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;
}