--- libev/event.c 2008/11/17 03:37:08 1.38 +++ libev/event.c 2009/01/06 19:46:56 1.39 @@ -99,7 +99,7 @@ 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