(fix commit
6bfc840)
* os_dep.c [MPROTECT_VDB && DARWIN && CAN_HANDLE_FORK]
(GC_mprotect_dirty_init): Replace GC_COND_LOG_PRINTF() with WARN()
which is called before return FALSE; refine WARN message.
/* gracefully (unprotecting all pages and clearing */
/* GC_mach_handler_thread). For now, we just disable incremental */
/* mode if fork() handling is requested by the client. */
- GC_COND_LOG_PRINTF("GC incremental mode disabled since fork()"
- " handling requested\n");
+ WARN("Can't turn on GC incremental mode as fork()"
+ " handling requested\n", 0);
return FALSE;
}
# endif