diff --git a/kernel/branches/net/network/stack.inc b/kernel/branches/net/network/stack.inc index 8498dce34c..0bd2b04346 100644 --- a/kernel/branches/net/network/stack.inc +++ b/kernel/branches/net/network/stack.inc @@ -292,15 +292,11 @@ stack_handler: align 4 NET_link_changed: - ret - - DEBUGF 1,"NET_link_changed: %x\n", ebx + DEBUGF 1,"NET_link_changed device=0x%x status=0x%x\n", ebx, [ebx + NET_DEVICE.state] align 4 NET_send_event: - ret - DEBUGF 1,"NET_send_event\n" ; Send event to all applications