More logging.
--- trunk/launchd/src/launchd_runtime.c 2007-02-28 23:39:18 UTC (rev 23118)
+++ trunk/launchd/src/launchd_runtime.c 2007-03-01 18:21:52 UTC (rev 23119)
@@ -658,6 +658,7 @@
struct kevent kev;
if (launchd_assumes(kevent(asynckq, NULL, 0, &kev, 1, &timeout) == 1)) {
+ log_kevent_struct(LOG_DEBUG, &kev);
(*((kq_callback *)kev.udata))(kev.udata, &kev);
}
}