summaryrefslogtreecommitdiff
path: root/src/inc/stresslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/stresslog.h')
-rw-r--r--src/inc/stresslog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/stresslog.h b/src/inc/stresslog.h
index 86dee130c4..55fb27a56d 100644
--- a/src/inc/stresslog.h
+++ b/src/inc/stresslog.h
@@ -683,7 +683,7 @@ public:
static const char* gcRootPromoteMsg()
{
STATIC_CONTRACT_LEAF;
- return " GCHeap::Promote: Promote GC Root *%p = %p MT = %pT\n";
+ return " IGCHeap::Promote: Promote GC Root *%p = %p MT = %pT\n";
}
static const char* gcPlugMoveMsg()