Module Name: src
Committed By: pgoyette
Date: Thu Apr 23 04:49:37 UTC 2015
Modified Files:
src/tests/dev/sysmon: t_swwdog.c
Log Message:
When exiting, provide a reason.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/dev/sysmon/t_swwdog.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/dev/sysmon/t_swwdog.c
diff -u src/tests/dev/sysmon/t_swwdog.c:1.5 src/tests/dev/sysmon/t_swwdog.c:1.6
--- src/tests/dev/sysmon/t_swwdog.c:1.5 Sun Jun 26 12:14:59 2011
+++ src/tests/dev/sysmon/t_swwdog.c Thu Apr 23 04:49:37 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: t_swwdog.c,v 1.5 2011/06/26 12:14:59 christos Exp $ */
+/* $NetBSD: t_swwdog.c,v 1.6 2015/04/23 04:49:37 pgoyette Exp $ */
/*
* Copyright (c) 2010 Antti Kantee. All Rights Reserved.
@@ -121,6 +121,7 @@ testbody(int max)
_exit(2);
}
/* fail */
+ printf("no watchdog registered!\n");
_exit(1);
}