Module Name:    src
Committed By:   yamt
Date:           Wed Mar  6 11:37:23 UTC 2013

Modified Files:
        src/sys/arch/xen/xen: xennetback_xenbus.c

Log Message:
fix debug print


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/xen/xen/xennetback_xenbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/xen/xen/xennetback_xenbus.c
diff -u src/sys/arch/xen/xen/xennetback_xenbus.c:1.50 src/sys/arch/xen/xen/xennetback_xenbus.c:1.51
--- src/sys/arch/xen/xen/xennetback_xenbus.c:1.50	Sat Jun 30 23:36:20 2012
+++ src/sys/arch/xen/xen/xennetback_xenbus.c	Wed Mar  6 11:37:23 2013
@@ -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 @@ xennetback_ifsoftstart_copy(void *arg)
 	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)) {

Reply via email to