mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
- Add a debug print
svn path=/trunk/; revision=42384
This commit is contained in:
parent
f9ae6c7786
commit
73fed81949
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ InterfaceConnected(MIB_IFROW IfEntry)
|
|||
IfEntry.dwOperStatus == IF_OPER_STATUS_OPERATIONAL)
|
||||
return 1;
|
||||
|
||||
DH_DbgPrint(MID_TRACE,("Interface %d is down\n", IfEntry.dwIndex));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue