Revision
23119
Author
zarzycki@apple.com
Date
2007-03-01 10:21:52 -0800 (Thu, 01 Mar 2007)

Log Message

More logging.

Modified Paths

Diff

Modified: trunk/launchd/src/launchd_runtime.c (23118 => 23119)


--- 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);
 	}
 }