david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

replaces printf with dbg

This commit is contained in:
Udayan Kumar 2007-07-14 15:36:15 -04:00
parent 04962a0b31
commit fc47f2a4ce
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ static void natsemi_reset (struct net_device *netdev)
udelay(5);
}
if (i == NATSEMI_HW_TIMEOUT) {
printf ("natsemi_reset: reset did not complete in %d usec.\n", i*5);
DBG ("natsemi_reset: reset did not complete in %d usec.\n", i*5);
}
/* restore CFG */