mirror of
https://github.com/corda/corda.git
synced 2025-01-09 06:23:04 +00:00
fix incorrect debug logging message
This commit is contained in:
parent
7d1ed0da05
commit
2f3e1ea393
@ -2264,7 +2264,7 @@ appendBoundsCheck(Context* c, Value* object, unsigned lengthOffset,
|
|||||||
Value* index, intptr_t handler)
|
Value* index, intptr_t handler)
|
||||||
{
|
{
|
||||||
if (DebugAppend) {
|
if (DebugAppend) {
|
||||||
fprintf(stderr, "appendLocal\n");
|
fprintf(stderr, "appendBoundsCheck\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
new (c->zone->allocate(sizeof(BoundsCheckEvent))) BoundsCheckEvent
|
new (c->zone->allocate(sizeof(BoundsCheckEvent))) BoundsCheckEvent
|
||||||
|
Loading…
Reference in New Issue
Block a user