From owner-svn-src-head@FreeBSD.ORG Sat Jan 26 22:01:01 2013 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D23C0E3B; Sat, 26 Jan 2013 22:01:01 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id 51E0414F; Sat, 26 Jan 2013 22:01:01 +0000 (UTC) Received: from damnhippie.dyndns.org (daffy.symmetricom.us [206.168.13.218]) by duck.symmetricom.us (8.14.6/8.14.6) with ESMTP id r0QM0rHX017300; Sat, 26 Jan 2013 15:00:53 -0700 (MST) (envelope-from ian@FreeBSD.org) Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id r0QM0ovM018579; Sat, 26 Jan 2013 15:00:50 -0700 (MST) (envelope-from ian@FreeBSD.org) Subject: Re: svn commit: r245949 - head/usr.sbin/watchdogd From: Ian Lepore To: Eitan Adler In-Reply-To: References: <201301262129.r0QLTjdb059133@svn.freebsd.org> Content-Type: text/plain; charset="us-ascii" Date: Sat, 26 Jan 2013 15:00:50 -0700 Message-ID: <1359237650.93359.2.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 22:01:01 -0000 On Sat, 2013-01-26 at 16:52 -0500, Eitan Adler wrote: > > @@ -188,7 +196,7 @@ watchdog_loop(void) > > if (watchdog_onoff(0) == 0) { > > end_program = 2; > > } else { > > - warnx("Could not stop the watchdog, not exiting"); > > + warnx("Could not stop the watchdog, not exitting"); > > Are you sure? > > Doh! I had the same fix in two sandboxes, so naturally with 50:50 odds I inevitably chose to commit from the outdated one. Fix upcoming... -- Ian