summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2009-07-19 20:39:54 +0000
committerroot <root>2009-07-19 20:39:54 +0000
commit85a2fe0983a27c60c8f781614b90015672820bb4 (patch)
treeb380d8d88e6972a754dec453f47c49fec589897f /ev.c
parenta03265fec41805b006633a70a49d4fd2ef1a7508 (diff)
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index 20e0a43..38b3938 100644
--- a/ev.c
+++ b/ev.c
@@ -2673,7 +2673,7 @@ ev_signal_start (EV_P_ ev_signal *w)
assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG));
#if EV_MULTIPLICITY
- assert (("libev: tried to attach to a signal from two different loops",
+ assert (("libev: a signal must not be attached to two different loops",
!signals [w->signum - 1].loop || signals [w->signum - 1].loop == loop));
signals [w->signum - 1].loop = EV_A;