Author: ian
Date: Sat Jan 26 22:02:40 2013
New Revision: 245951
URL: http://svnweb.freebsd.org/changeset/base/245951
Log:
Revert accidental regression to previous misspelling.
Approved by: cognet (mentor)
Modified:
head/usr.sbin/watchdogd/watchdogd.c
Modified: head/usr.sbin/watchdogd/watchdogd.c
==============================================================================
--- head/usr.sbin/watchdogd/watchdogd.c Sat Jan 26 21:50:52 2013
(r245950)
+++ head/usr.sbin/watchdogd/watchdogd.c Sat Jan 26 22:02:40 2013
(r245951)
@@ -196,7 +196,7 @@ watchdog_loop(void)
if (watchdog_onoff(0) == 0) {
end_program = 2;
} else {
- warnx("Could not stop the watchdog, not
exitting");
+ warnx("Could not stop the watchdog, not
exiting");
end_program = 0;
}
}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"