* src/mm/cacao-gc/gc.h, src/mm/cacao-gc/compact.c, src/mm/cacao-gc/region.h,
[cacao.git] / src / mm / cacao-gc / compact.c
index 4203de00b89e78227105384ba42a55e25637dfac..cb08a8ae57c05516da5e7b657358ca2d4aef1f7c 100644 (file)
@@ -337,7 +337,7 @@ u4 compact_move(u1 *old, u1 *new, u4 size)
                *( (s4 *) (new + new_size - SIZEOF_VOID_P) ) = hashcode; /* TODO: clean this up */
 
                GC_ASSERT(new + SIZEOF_VOID_P < old);
-               GC_LOG( printf("Hash attached: %d (0x%08x) to new object at %p\n", hashcode, hashcode, new); );
+               GC_LOG( dolog("GC: Hash attached: %d (0x%08x) to new object at %p", hashcode, hashcode, new); );
 
        }