[Xorp-cvs] SF.net SVN: xorp:[11534] trunk/xorp/rib/rt_tab_log.cc

bms_fbsd at users.sourceforge.net bms_fbsd at users.sourceforge.net
Wed Sep 2 15:24:46 PDT 2009


Revision: 11534
          http://xorp.svn.sourceforge.net/xorp/?rev=11534&view=rev
Author:   bms_fbsd
Date:     2009-09-02 22:24:45 +0000 (Wed, 02 Sep 2009)

Log Message:
-----------
Allow DEBUG_LOGGING to be defined on the command line,
when compiling this file.

Modified Paths:
--------------
    trunk/xorp/rib/rt_tab_log.cc

Modified: trunk/xorp/rib/rt_tab_log.cc
===================================================================
--- trunk/xorp/rib/rt_tab_log.cc	2009-09-02 21:55:36 UTC (rev 11533)
+++ trunk/xorp/rib/rt_tab_log.cc	2009-09-02 22:24:45 UTC (rev 11534)
@@ -228,7 +228,10 @@
 
 // ----------------------------------------------------------------------------
 
+#ifndef DEBUG_LOGGING
 #define DEBUG_LOGGING
+#endif
+
 #include "libxorp/debug.h"
 
 template <typename A>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Xorp-cvs mailing list