From 6b9a7d27716384a28d1960d6d1f826ef5f17e567 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Tue, 5 Oct 2010 06:30:06 +0200 Subject: [PATCH] Log to stdout by default, so it matches up with the output of the program. --- mono/metadata/sgen-gc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mono/metadata/sgen-gc.c b/mono/metadata/sgen-gc.c index bb123a25c67..b548e33c31f 100644 --- a/mono/metadata/sgen-gc.c +++ b/mono/metadata/sgen-gc.c @@ -6895,7 +6895,7 @@ mono_gc_base_init (void) return; } pagesize = mono_pagesize (); - gc_debug_file = stderr; + gc_debug_file = stdout; LOCK_INIT (interruption_mutex); LOCK_INIT (global_remset_mutex); -- 2.25.1