'send locked' debug statement #if 0ed

This commit is contained in:
Ben Gras 2005-08-05 12:55:18 +00:00
parent 0d7769920c
commit 53eba5e044
2 changed files with 4 additions and 0 deletions

View File

@ -2171,7 +2171,9 @@ int may_block;
if (r == ELOCKED && may_block) if (r == ELOCKED && may_block)
{ {
#if 0
printW(); printf("send locked\n"); printW(); printf("send locked\n");
#endif
return; return;
} }

View File

@ -1919,7 +1919,9 @@ int may_block;
if (r == ELOCKED && may_block) if (r == ELOCKED && may_block)
{ {
#if 0
printW(); printf("send locked\n"); printW(); printf("send locked\n");
#endif
return; return;
} }