Revision
23671
Author
dsorresso@apple.com
Date
2008-08-18 18:41:36 -0700 (Mon, 18 Aug 2008)

Log Message

Made some logging changes for tracking down the bug.

Modified Paths

Diff

Modified: branches/PR-6045086/launchd/src/launchd_runtime.c (23670 => 23671)


--- branches/PR-6045086/launchd/src/launchd_runtime.c	2008-08-18 23:13:27 UTC (rev 23670)
+++ branches/PR-6045086/launchd/src/launchd_runtime.c	2008-08-19 01:41:36 UTC (rev 23671)
@@ -1173,7 +1173,7 @@
 INTERNAL_ABI int
 runtime_fsync(int fd)
 {
-#if 0
+#if 1
 	if (do_apple_internal_logging) {
 		return fcntl(fd, F_FULLFSYNC, NULL);
 	} else {