diff options
author | root <root> | 2009-01-06 19:46:56 +0000 |
---|---|---|
committer | root <root> | 2009-01-06 19:46:56 +0000 |
commit | ff4968a12811c47cdda59e91c9c5b1d4355800ab (patch) | |
tree | 3f76d5a6956009ed7488a50060450c7103a4061d /event.c | |
parent | 3a75abe4102c7f57b275b3a0febe1ebc6d05bd62 (diff) |
*** empty log message ***
Diffstat (limited to 'event.c')
-rw-r--r-- | event.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ void *event_init (void) else ev_x_cur = (struct event_base *)ev_default_loop (EVFLAG_AUTO); #else - assert (("multiple event bases not supported when not compiled with EV_MULTIPLICITY", !ev_x_cur)); + assert (("libev: multiple event bases not supported when not compiled with EV_MULTIPLICITY", !ev_x_cur)); ev_x_cur = (struct event_base *)(long)ev_default_loop (EVFLAG_AUTO); #endif |