svn commit: r240961 - stable/9/sbin/fsck_ffs

Andrey Zonov zont at FreeBSD.org
Wed Sep 26 13:57:17 UTC 2012


Author: zont
Date: Wed Sep 26 13:57:16 2012
New Revision: 240961
URL: http://svn.freebsd.org/changeset/base/240961

Log:
  MFC r240463:
  - Fix a typo in debug message.

Modified:
  stable/9/sbin/fsck_ffs/suj.c
Directory Properties:
  stable/9/sbin/fsck_ffs/   (props changed)

Modified: stable/9/sbin/fsck_ffs/suj.c
==============================================================================
--- stable/9/sbin/fsck_ffs/suj.c	Wed Sep 26 12:36:22 2012	(r240960)
+++ stable/9/sbin/fsck_ffs/suj.c	Wed Sep 26 13:57:16 2012	(r240961)
@@ -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);
 	}


More information about the svn-src-all mailing list