mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:33:23 +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
|
@ -268,7 +268,7 @@ NTSTATUS TCPTranslateError(const err_t err)
|
|||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue