Date: Fri, 29 May 2009 07:30:06 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-bugs@FreeBSD.org Subject: Re: bin/129110: commit references a PR Message-ID: <200905290730.n4T7U6ov028155@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/129110; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/129110: commit references a PR Date: Fri, 29 May 2009 07:26:55 +0000 (UTC) Author: brian Date: Fri May 29 07:26:44 2009 New Revision: 193022 URL: http://svn.freebsd.org/changeset/base/193022 Log: Make dump -W show the level correctly. PR: 129110 Submitted by: Mike Voorhis <mvoorhis@cs.wpi.edu> MFC after: 3 weeks Modified: head/sbin/dump/optr.c Modified: head/sbin/dump/optr.c ============================================================================== --- head/sbin/dump/optr.c Fri May 29 07:18:31 2009 (r193021) +++ head/sbin/dump/optr.c Fri May 29 07:26:44 2009 (r193022) @@ -406,7 +406,7 @@ lastdump(int arg) /* w ==> just what to }; if (arg != 'w' || dumpme) (void) printf( - "%c %8s\t(%6s) Last dump: Level %c, Date %s\n", + "%c %8s\t(%6s) Last dump: Level %d, Date %s\n", dumpme && (arg != 'w') ? '>' : ' ', dtwalk->dd_name, dt ? dt->fs_file : "", _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905290730.n4T7U6ov028155>