PR 10301: Change "oops" to something more interesting. (but less funny :-).

This commit is contained in:
rpaulo 2006-10-07 15:49:00 +00:00
parent d71fc8765e
commit 07bf961df3

View File

@ -1,4 +1,4 @@
/* $NetBSD: ddp_output.c,v 1.9 2005/12/11 12:24:54 christos Exp $ */ /* $NetBSD: ddp_output.c,v 1.10 2006/10/07 15:49:00 rpaulo Exp $ */
/* /*
* Copyright (c) 1990,1991 Regents of The University of Michigan. * Copyright (c) 1990,1991 Regents of The University of Michigan.
@ -27,7 +27,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ddp_output.c,v 1.9 2005/12/11 12:24:54 christos Exp $"); __KERNEL_RCSID(0, "$NetBSD: ddp_output.c,v 1.10 2006/10/07 15:49:00 rpaulo Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>
@ -146,7 +146,7 @@ ddp_route(m, ro)
} }
} }
if (aa == NULL) { if (aa == NULL) {
printf("ddp_route: oops\n"); printf("ddp_route: no address found\n");
m_freem(m); m_freem(m);
return (EINVAL); return (EINVAL);
} }