[Ocfs2-commits] mfasheh commits r1448 - trunk/src
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Thu Sep 9 18:15:42 CDT 2004
Author: mfasheh
Date: 2004-09-09 18:15:40 -0500 (Thu, 09 Sep 2004)
New Revision: 1448
Modified:
trunk/src/ocfs_log.h
Log:
* bring back the original meaning of VERBOSE_PROCESS_VOTE
Modified: trunk/src/ocfs_log.h
===================================================================
--- trunk/src/ocfs_log.h 2004-09-09 21:08:27 UTC (rev 1447)
+++ trunk/src/ocfs_log.h 2004-09-09 23:15:40 UTC (rev 1448)
@@ -356,9 +356,9 @@
#define LOG_TRACE_STATUS(val) LOG_TRACE_ARGS("%d\n", val);
#ifdef VERBOSE_PROCESS_VOTE
+#define LOG_TRACE_PROCESS_VOTE(fmt, arg...) printk("process_vote: "fmt, ## arg)
+#else
#define LOG_TRACE_PROCESS_VOTE LOG_TRACE_ARGS
-#else
-#define LOG_TRACE_PROCESS_VOTE(fmt, arg...)
#endif
#endif /* TRACE */
More information about the Ocfs2-commits
mailing list