mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 19:49:45 +03:00
Add debugging
This commit is contained in:
@@ -38,6 +38,8 @@
|
|||||||
* interface into a null interface.
|
* interface into a null interface.
|
||||||
*/
|
*/
|
||||||
void plug ( struct interface *intf, struct interface *dest ) {
|
void plug ( struct interface *intf, struct interface *dest ) {
|
||||||
|
DBGC ( intf, "INTF %p moving from INTF %p to INTF %p\n",
|
||||||
|
intf, intf->dest, dest );
|
||||||
intf_put ( intf->dest );
|
intf_put ( intf->dest );
|
||||||
intf->dest = intf_get ( dest );
|
intf->dest = intf_get ( dest );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user