[Ocfs2-commits] mfasheh commits r2332 - trunk/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri May 27 02:28:05 CDT 2005


Author: mfasheh
Signed-off-by: manish
Date: 2005-05-27 02:28:03 -0500 (Fri, 27 May 2005)
New Revision: 2332

Modified:
   trunk/fs/ocfs2/namei.c
Log:
* add a newline to the end of an error print

Signed-off-by: manish



Modified: trunk/fs/ocfs2/namei.c
===================================================================
--- trunk/fs/ocfs2/namei.c	2005-05-27 04:01:54 UTC (rev 2331)
+++ trunk/fs/ocfs2/namei.c	2005-05-27 07:28:03 UTC (rev 2332)
@@ -1685,7 +1685,7 @@
 	
 	if (error_msg != NULL)
 		mlog(ML_ERROR, "bad entry in directory #%"MLFu64": %s - "
-		     "offset=%lu, inode=%"MLFu64", rec_len=%d, name_len=%d",
+		     "offset=%lu, inode=%"MLFu64", rec_len=%d, name_len=%d\n",
 		     OCFS2_I(dir)->ip_blkno, error_msg, offset,
 		     le64_to_cpu(de->inode), rlen, de->name_len);
 	return error_msg == NULL ? 1 : 0;



More information about the Ocfs2-commits mailing list