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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Aug 9 17:57:34 CDT 2004


Author: mfasheh
Date: 2004-08-09 16:57:32 -0500 (Mon, 09 Aug 2004)
New Revision: 1340

Modified:
   trunk/src/file.c
Log:
* fix up an error string to be more descriptive.



Modified: trunk/src/file.c
===================================================================
--- trunk/src/file.c	2004-08-09 21:57:09 UTC (rev 1339)
+++ trunk/src/file.c	2004-08-09 21:57:32 UTC (rev 1340)
@@ -218,8 +218,9 @@
 			up_write(&OCFS_I(inode)->ip_io_sem);
 			LOG_ERROR_STATUS(status);
 			if (status != -EINTR) {
-				LOG_ERROR_ARGS("Open request made for nonexistent "
-					       "file! ('%*s')", 
+				LOG_ERROR_ARGS("Status returned %d trying to "
+					       "notify open on file '%*s'\n", 
+					       status,
 					       file->f_dentry->d_name.len, 
 					       file->f_dentry->d_name.name);
 				status = -ENOENT;



More information about the Ocfs2-commits mailing list