[Ocfs2-commits] mfasheh commits r2313 - trunk/fs/ocfs2/cluster

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue May 24 13:45:38 CDT 2005


Author: mfasheh
Signed-off-by: manish
Date: 2005-05-24 13:45:36 -0500 (Tue, 24 May 2005)
New Revision: 2313

Modified:
   trunk/fs/ocfs2/cluster/masklog.h
Log:
* left out a line in the previous commit.

Signed-off-by: manish



Modified: trunk/fs/ocfs2/cluster/masklog.h
===================================================================
--- trunk/fs/ocfs2/cluster/masklog.h	2005-05-24 18:42:30 UTC (rev 2312)
+++ trunk/fs/ocfs2/cluster/masklog.h	2005-05-24 18:45:36 UTC (rev 2313)
@@ -191,7 +191,7 @@
 } while (0)
 
 #define mlog_entry(fmt, args...) do {					\
-	mlog(ML_ENTRY, "ENTRY:" fmt, ##args);				\
+	mlog(ML_ENTRY, "ENTRY:" fmt , ##args);				\
 } while (0)
 
 #define mlog_entry_void() do {						\



More information about the Ocfs2-commits mailing list