Module Name:    src
Committed By:   pgoyette
Date:           Mon Oct  4 15:57:27 UTC 2010

Modified Files:
        src/sys/rump/dev/lib/libsysmon: component.c

Log Message:
Update error message - no funcitonal change.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/libsysmon/component.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/rump/dev/lib/libsysmon/component.c
diff -u src/sys/rump/dev/lib/libsysmon/component.c:1.3 src/sys/rump/dev/lib/libsysmon/component.c:1.4
--- src/sys/rump/dev/lib/libsysmon/component.c:1.3	Tue Aug  3 19:55:17 2010
+++ src/sys/rump/dev/lib/libsysmon/component.c	Mon Oct  4 15:57:27 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: component.c,v 1.3 2010/08/03 19:55:17 pooka Exp $	*/
+/*	$NetBSD: component.c,v 1.4 2010/10/04 15:57:27 pgoyette Exp $	*/
 
 /*
  * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: component.c,v 1.3 2010/08/03 19:55:17 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: component.c,v 1.4 2010/10/04 15:57:27 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/conf.h>
@@ -52,7 +52,7 @@
 
 	if ((error = config_init_component(cfdriver_ioconf_swwdog,
 	    cfattach_ioconf_swwdog, cfdata_ioconf_swwdog)) != 0) {
-		printf("cannot attach sysmon: %d\n", error);
+		printf("cannot attach swwdog: %d\n", error);
 		return;
 	}
 

Reply via email to