diff options
Diffstat (limited to 'net/rarp.c')
-rw-r--r-- | net/rarp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/rarp.c b/net/rarp.c index 7105696262..d37981bfc8 100644 --- a/net/rarp.c +++ b/net/rarp.c @@ -48,9 +48,7 @@ static void RarpHandler(uchar * dummi0, unsigned dummi1, unsigned dummi2, unsigned dummi3) { char *s; -#ifdef DEBUG - puts ("Got good RARP\n"); -#endif + debug("Got good RARP\n"); if ((s = getenv("autoload")) != NULL) { if (*s == 'n') { /* |