summaryrefslogtreecommitdiff
path: root/common.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-09-27 23:15:41 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-09-27 23:15:41 -0700
commit6ec99fe027820038b539d8b463c09a6213e48a8c (patch)
tree6278e09c389dc046533c6129a9b140bcdd9c845b /common.c
parent923215b60f4339b7a641274f30c9afca40f41999 (diff)
Correct message when SIGUSR1 received
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'common.c')
-rw-r--r--common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.c b/common.c
index 8d16e6d..8229e5f 100644
--- a/common.c
+++ b/common.c
@@ -165,7 +165,7 @@ static void SignalCONT(int sig)
static void SignalUSR1(int sig)
{
- debug(1,(stderr, "==> SIGCONT received\n"));
+ debug(1,(stderr, "==> SIGUSR1 received\n"));
ScopeEnabled = ! ScopeEnabled;
}