- Add a debug print

svn path=/trunk/; revision=42384
This commit is contained in:
Cameron Gutman 2009-08-04 16:22:12 +00:00
parent f9ae6c7786
commit 73fed81949

View file

@ -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;
}