Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/dev/lib/libsysmon Update error message - no funcito...
details: https://anonhg.NetBSD.org/src/rev/0d0604739bb4
branches: trunk
changeset: 757929:0d0604739bb4
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Oct 04 15:57:27 2010 +0000
description:
Update error message - no funcitonal change.
diffstat:
sys/rump/dev/lib/libsysmon/component.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e227134218e1 -r 0d0604739bb4 sys/rump/dev/lib/libsysmon/component.c
--- a/sys/rump/dev/lib/libsysmon/component.c Mon Oct 04 15:56:53 2010 +0000
+++ b/sys/rump/dev/lib/libsysmon/component.c Mon Oct 04 15:57:27 2010 +0000
@@ -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;
}
Home |
Main Index |
Thread Index |
Old Index