From 2a8ca391fcc5f34aa02aa985a17823f6f7a4ad9f Mon Sep 17 00:00:00 2001 From: neilbrown Date: Mon, 6 Dec 2004 01:24:46 +0000 Subject: HA statd updates --- utils/statd/statd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils/statd/statd.c') 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; } -- cgit