[launchd-changes] [23119] trunk/launchd/src/launchd_runtime.c

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 1 10:21:52 PST 2007


Revision: 23119
          http://trac.macosforge.org/projects/launchd/changeset/23119
Author:   zarzycki at apple.com
Date:     2007-03-01 10:21:52 -0800 (Thu, 01 Mar 2007)

Log Message:
-----------
More logging.

Modified Paths:
--------------
    trunk/launchd/src/launchd_runtime.c

Modified: trunk/launchd/src/launchd_runtime.c
===================================================================
--- 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);
 	}
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20070301/015db17a/attachment.html


More information about the launchd-changes mailing list