From 2f3e1ea393558fccd56898d739e78506413eaf05 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Sat, 31 May 2008 19:40:18 -0600 Subject: [PATCH] fix incorrect debug logging message --- src/compiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler.cpp b/src/compiler.cpp index 6936575bd4..9ef5968078 100644 --- a/src/compiler.cpp +++ b/src/compiler.cpp @@ -2264,7 +2264,7 @@ appendBoundsCheck(Context* c, Value* object, unsigned lengthOffset, Value* index, intptr_t handler) { if (DebugAppend) { - fprintf(stderr, "appendLocal\n"); + fprintf(stderr, "appendBoundsCheck\n"); } new (c->zone->allocate(sizeof(BoundsCheckEvent))) BoundsCheckEvent