summaryrefslogtreecommitdiff
path: root/src/gc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc')
-rw-r--r--src/gc/gc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gc/gc.cpp b/src/gc/gc.cpp
index 4f77e1d75d..f240e73650 100644
--- a/src/gc/gc.cpp
+++ b/src/gc/gc.cpp
@@ -11004,7 +11004,7 @@ BOOL gc_heap::grow_heap_segment (heap_segment* seg, uint8_t* high_address, bool*
#endif //MARK_ARRAY
heap_segment_committed (seg) += c_size;
- STRESS_LOG1(LF_GC, LL_INFO10000, "New commit: %Ix",
+ STRESS_LOG1(LF_GC, LL_INFO10000, "New commit: %Ix\n",
(size_t)heap_segment_committed (seg));
assert (heap_segment_committed (seg) <= heap_segment_reserved (seg));