[Ocfs2-commits] mfasheh commits r1507 - branches/dlm-changes/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Sep 28 21:43:10 CDT 2004


Author: mfasheh
Date: 2004-09-28 21:43:09 -0500 (Tue, 28 Sep 2004)
New Revision: 1507

Modified:
   branches/dlm-changes/src/inode.c
Log:
* this needs to be a debug print instead of an error



Modified: branches/dlm-changes/src/inode.c
===================================================================
--- branches/dlm-changes/src/inode.c	2004-09-29 02:42:37 UTC (rev 1506)
+++ branches/dlm-changes/src/inode.c	2004-09-29 02:43:09 UTC (rev 1507)
@@ -758,7 +758,7 @@
 	/* blkno == 0 if this inode is newly created and hasn't been
 	 * filled in yet. */
 	if (OCFS_I(inode)->ip_blkno == 0) {
-		LOG_ERROR_STR("uhm, blkno = 0!");
+		LOG_TRACE_STR("uhm, blkno = 0!");
 		goto bail;
 	}
 



More information about the Ocfs2-commits mailing list