[Ocfs2-commits] mfasheh commits r1389 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Aug 26 16:30:56 CDT 2004


Author: mfasheh
Date: 2004-08-26 16:30:54 -0500 (Thu, 26 Aug 2004)
New Revision: 1389

Modified:
   trunk/src/journal.c
Log:
* fix a silly typo



Modified: trunk/src/journal.c
===================================================================
--- trunk/src/journal.c	2004-08-26 20:31:09 UTC (rev 1388)
+++ trunk/src/journal.c	2004-08-26 21:30:54 UTC (rev 1389)
@@ -257,7 +257,7 @@
 							 lock->inode,
 							 lock->num_ident);
 		else
-			LOG_ERROR_ARGS("commit_thread: Skipping delete for "
+			LOG_ERROR_ARGS("commit_thread: Skipping release for "
 				       "inode %llu!\n", 
 				       OCFS_I(lock->inode)->ip_blkno);
 		if (tmpstat < 0)



More information about the Ocfs2-commits mailing list