]> Zhao Yanbai Git Server - minix.git/commitdiff
Removed some debug output.
authorPhilip Homburg <philip@cs.vu.nl>
Thu, 21 Feb 2008 16:08:08 +0000 (16:08 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Thu, 21 Feb 2008 16:08:08 +0000 (16:08 +0000)
servers/inet/mnx_eth.c

index c5d38d52358478da74e978d66ec509ed8cab8ca0..037bd7dc0fef5f6e5560bade6b958653c9b282df 100644 (file)
@@ -464,7 +464,6 @@ message *m;
        if (loc_port->etp_osdep.etp_state == OEPS_IDLE &&
                (loc_port->etp_osdep.etp_flags & OEPF_NEED_RECV))
        {
-               printf("eth_rec: OEPF_NEED_RECV is set\n");
                loc_port->etp_osdep.etp_flags &= ~OEPF_NEED_RECV;
                if (!(loc_port->etp_flags & EPF_READ_IP))
                        setup_read (loc_port);
@@ -758,7 +757,6 @@ eth_port_t *eth_port;
 
        if (eth_port->etp_osdep.etp_state != OEPS_IDLE)
        {
-               printf("setup_read: setting OEPF_NEED_RECV\n");
                eth_port->etp_osdep.etp_flags |= OEPF_NEED_RECV;
 
                return;