--- multiplexer/dispatch.c 2001/05/03 13:21:45 1.6 +++ multiplexer/dispatch.c 2001/05/05 13:14:55 1.7 @@ -67,6 +67,8 @@ void dispatch (void) || busy_work) && (!fatal_error) && (!force_quit)) { + warn (LDEB,"Loop",EDIS,0, + bo | (bs << 1) | (input_expected () << 2) | (st ? 1 << 3 : 0),tmo); infds = nfds; bi = input_acceptable (&nfds, &ufds[infds], &tmo, output_acceptable ()); if ((bs)