* Imported Boehm-GC 7.1.
[cacao.git] / src / mm / boehm-gc / obj_map.c
index 080f16a263ae127d7e3fab9470daf0296c1a449f..65fbcaf7bf80ededa6e37367f7b3a63da29ee272 100644 (file)
@@ -62,7 +62,7 @@ GC_bool GC_add_map_entry(size_t granules)
     new_map = (short *)GC_scratch_alloc(MAP_LEN * sizeof(short));
     if (new_map == 0) return(FALSE);
     if (GC_print_stats)
-        GC_printf("Adding block map for size of %u granules (%u bytes)\n",
+        GC_log_printf("Adding block map for size of %u granules (%u bytes)\n",
                  (unsigned)granules, (unsigned)(GRANULES_TO_BYTES(granules)));
     if (granules == 0) {
       for (displ = 0; displ < BYTES_TO_GRANULES(HBLKSIZE); displ++) {