[sgen] Fix printf-like format warnings
[mono.git] / mono / metadata / sgen-new-bridge.c
index 501ceb76d5b8c5a987d26b28891e01ca701cdb53..cdfbb64c027bec5dcb8bb4859e9f64d0bcdfd248 100644 (file)
@@ -1030,7 +1030,7 @@ processing_after_callback (int generation)
                        for (j = 0; j < api_sccs [i]->num_objs; ++j) {
                                GCVTable vtable = SGEN_LOAD_VTABLE (api_sccs [i]->objs [j]);
                                mono_trace (G_LOG_LEVEL_INFO, MONO_TRACE_GC,
-                                       "OBJECT %s (%p) SCC [%d] %s",
+                                       "OBJECT %s.%s (%p) SCC [%d] %s",
                                                sgen_client_vtable_get_namespace (vtable), sgen_client_vtable_get_name (vtable), api_sccs [i]->objs [j],
                                                i,
                                                api_sccs [i]->is_alive  ? "ALIVE" : "DEAD");