Date: Thu, 13 Sep 2012 12:55:10 +0000 (UTC) From: Andrey Zonov <zont@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r240463 - head/sbin/fsck_ffs Message-ID: <201209131255.q8DCtAgc000630@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zont Date: Thu Sep 13 12:55:10 2012 New Revision: 240463 URL: http://svn.freebsd.org/changeset/base/240463 Log: - Fix a typo in debug message. Approved by: kib (mentor) MFC after: 3 days Modified: head/sbin/fsck_ffs/suj.c Modified: head/sbin/fsck_ffs/suj.c ============================================================================== --- head/sbin/fsck_ffs/suj.c Thu Sep 13 10:26:55 2012 (r240462) +++ head/sbin/fsck_ffs/suj.c Thu Sep 13 12:55:10 2012 (r240463) @@ -882,7 +882,7 @@ ino_isat(ino_t parent, off_t diroff, ino printf("Directory %d has bad mode %o\n", parent, *mode); else - printf("Directory %d zero inode\n", parent); + printf("Directory %d has zero mode\n", parent); } return (0); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209131255.q8DCtAgc000630>