'send locked' debug statement #if 0ed
This commit is contained in:
parent
0d7769920c
commit
53eba5e044
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user