mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[IP] Silence "TCP operation failed" debug spam.
This commit is contained in:
parent
67f99833cd
commit
ad68422a7b
1 changed files with 3 additions and 3 deletions
|
@ -267,8 +267,8 @@ NTSTATUS TCPTranslateError(const err_t err)
|
|||
Status = STATUS_UNSUCCESSFUL;
|
||||
break;
|
||||
}
|
||||
|
||||
DbgPrint("TCP operation failed: 0x%x (%d)\n", Status, err);
|
||||
|
||||
TI_DbgPrint(DEBUG_TCP,("TCP operation failed: 0x%x (%d)\n", Status, err));
|
||||
|
||||
return Status;
|
||||
}
|
||||
|
@ -367,7 +367,7 @@ NTSTATUS TCPConnect
|
|||
|
||||
Bucket->Request.RequestNotifyObject = (PVOID)Complete;
|
||||
Bucket->Request.RequestContext = Context;
|
||||
|
||||
|
||||
InsertTailList( &Connection->ConnectRequest, &Bucket->Entry );
|
||||
|
||||
Status = TCPTranslateError(LibTCPConnect(Connection,
|
||||
|
|
Loading…
Reference in a new issue