--- multiplexer/init.c 2001/04/03 21:14:33 1.2 +++ multiplexer/init.c 2001/05/02 12:35:54 1.3 @@ -31,13 +31,13 @@ int main(int argc, if (dispatch_init ()) { if (command_init (argc,&argv[0])) { dispatch (); -/* +#ifdef DEBUG_TIMEPOLL warn (LDEB,"Global delta",EINI,0,0,global_delta); - warn (LERR,"(No Error) Exit Time ",EINI,0,0, + warn (LERR,"(msec) Exit Time ",EINI,0,0, msec_now () - a); - warn (LERR,"(No Error) Exit Clock",EINI,0,0, + warn (LERR,"(msec) Exit Clock",EINI,0,0, clock ()/(CLOCKS_PER_SEC/1000)); -*/ +#endif } exit (EXIT_SUCCESS); } else {