Pārlūkot izejas kodu

Add debugging

tags/v0.9.3
Michael Brown 17 gadus atpakaļ
vecāks
revīzija
b63b14ff32
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2
    0
      src/core/interface.c

+ 2
- 0
src/core/interface.c Parādīt failu

@@ -38,6 +38,8 @@
38 38
  * interface into a null interface.
39 39
  */
40 40
 void plug ( struct interface *intf, struct interface *dest ) {
41
+	DBGC ( intf, "INTF %p moving from INTF %p to INTF %p\n",
42
+	       intf, intf->dest, dest );
41 43
 	intf_put ( intf->dest );
42 44
 	intf->dest = intf_get ( dest );
43 45
 }

Notiek ielāde…
Atcelt
Saglabāt