* hash code to restart us, still in STP_LOOKUP, later.
*/
spassert(sp->objhead != NULL);
- WSP(sp, SLT_Debug, "on waiting list <%s>", sp->objhead->hash);
+ if (params->diag_bitmap & 0x20)
+ WSP(sp, SLT_Debug,
+ "on waiting list <%s>", sp->objhead->hash);
/*
* There is a non-zero risk that we come here more than once
* before we get through, in that case cnt_recv must be set
if (sp == NULL)
return;
VTAILQ_REMOVE(&oh->waitinglist, sp, list);
- VSL(SLT_Debug, sp->id, "of waiting list");
+ if (params->diag_bitmap & 0x20)
+ VSL(SLT_Debug, sp->id, "off waiting list");
WRK_QueueSession(sp);
}
}
" 0x00000004 - kqueue debugging.\n"
" 0x00000008 - mutex logging.\n"
" 0x00000010 - mutex contests.\n"
+ " 0x00000020 - waiting list.\n"
"Use 0x notation and do the bitor in your head :-)\n",
0,
"0", "bitmap" },