1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 16:51:46 -07:00

Mps br/diag: diag in tracestart: show arena->chunkserial, and

output why as number (for conciseness).

Copied from Perforce
 Change: 162398
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Kistruck 2007-05-23 16:54:25 +01:00
parent dad98183fc
commit ac1f4fe729

View file

@ -1567,11 +1567,11 @@ void TraceStart(Trace trace, double mortality,
AVER(0.0 <= mortality);
AVER(mortality <= 1.0);
AVER(finishingTime >= 0.0);
UNUSED(why);
UNUSED(why); /* except perhaps in DIAG varieties */
arena = trace->arena;
DIAG_PRINTF(( "\nMPS: TraceStart: %s\n", trace->startMessage.why ));
DIAG_PRINTF(( "\nMPS: TraceStart why: %d; arena->Chunks: %u\n", why, arena->chunkSerial ));
message = TraceStartMessageMessage(&trace->startMessage);
/* Attempt to re-use message.