Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/cavium/dev Reword warning message



details:   https://anonhg.NetBSD.org/src/rev/ca729ad42a79
branches:  trunk
changeset: 826219:ca729ad42a79
user:      maya <maya%NetBSD.org@localhost>
date:      Tue Aug 22 07:09:00 2017 +0000

description:
Reword warning message

diffstat:

 sys/arch/mips/cavium/dev/if_cnmac.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r cf6190674c2a -r ca729ad42a79 sys/arch/mips/cavium/dev/if_cnmac.c
--- a/sys/arch/mips/cavium/dev/if_cnmac.c       Tue Aug 22 06:45:07 2017 +0000
+++ b/sys/arch/mips/cavium/dev/if_cnmac.c       Tue Aug 22 07:09:00 2017 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: if_cnmac.c,v 1.5 2016/12/15 09:28:03 ozaki-r Exp $     */
+/*     $NetBSD: if_cnmac.c,v 1.6 2017/08/22 07:09:00 maya Exp $        */
 
 #include <sys/cdefs.h>
 #if 0
-__KERNEL_RCSID(0, "$NetBSD: if_cnmac.c,v 1.5 2016/12/15 09:28:03 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_cnmac.c,v 1.6 2017/08/22 07:09:00 maya Exp $");
 #endif
 
 #include "opt_octeon.h"
@@ -1436,8 +1436,8 @@
                        if (ratecheck(&sc->sc_rate_recv_check_code_last,
                            &sc->sc_rate_recv_check_code_cap)) 
                                log(LOG_WARNING,
-                                   "%s: the reception error had occured, "
-                                   "the packet was dropped (error code = %" PRId64 ")\n",
+                                   "%s: reception error, packet dropped "
+                                   "(error code = %" PRId64 ")\n",
                                    device_xname(sc->sc_dev), word2 & PIP_WQE_WORD2_NOIP_OPECODE);
                }
                OCTEON_EVCNT_INC(sc, rxerrcode);



Home | Main Index | Thread Index | Old Index