Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/xen/xen fix debug print



details:   https://anonhg.NetBSD.org/src/rev/ec515cca4c04
branches:  trunk
changeset: 785262:ec515cca4c04
user:      yamt <yamt%NetBSD.org@localhost>
date:      Wed Mar 06 11:37:23 2013 +0000

description:
fix debug print

diffstat:

 sys/arch/xen/xen/xennetback_xenbus.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9de0cdb9c08e -r ec515cca4c04 sys/arch/xen/xen/xennetback_xenbus.c
--- a/sys/arch/xen/xen/xennetback_xenbus.c      Wed Mar 06 11:36:21 2013 +0000
+++ b/sys/arch/xen/xen/xennetback_xenbus.c      Wed Mar 06 11:37:23 2013 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: xennetback_xenbus.c,v 1.50 2012/06/30 23:36:20 jym Exp $      */
+/*      $NetBSD: xennetback_xenbus.c,v 1.51 2013/03/06 11:37:23 yamt Exp $      */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xennetback_xenbus.c,v 1.50 2012/06/30 23:36:20 jym Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xennetback_xenbus.c,v 1.51 2013/03/06 11:37:23 yamt Exp $");
 
 #include "opt_xen.h"
 
@@ -1202,7 +1202,7 @@
        gnttab_copy_t *gop;
        int id, offset;
 
-       XENPRINTF(("xennetback_ifsoftstart_transfer "));
+       XENPRINTF(("xennetback_ifsoftstart_copy "));
        int s = splnet();
        if (__predict_false(
            (ifp->if_flags & (IFF_RUNNING|IFF_OACTIVE)) != IFF_RUNNING)) {



Home | Main Index | Thread Index | Old Index