http://git.etherboot.org
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68dd826
)
Add debugging
author
Michael Brown
<mcb30@etherboot.org>
Fri, 18 May 2007 15:26:44 +0000
(15:26 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Fri, 18 May 2007 15:26:44 +0000
(15:26 +0000)
src/core/interface.c
patch
|
blob
|
history
diff --git
a/src/core/interface.c
b/src/core/interface.c
index
f9345de
..
37aabfe
100644
(file)
--- a/
src/core/interface.c
+++ b/
src/core/interface.c
@@
-38,6
+38,8
@@
* interface into a null interface.
*/
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->dest = intf_get ( dest );
}