From: Igor Maravic <[email protected]> Commented definition of DEBUG_PRINT_FUNCTION_NAME, so it wouldn't be defined twice. First definition of DEBUG_PRINT_FUNCTION_NAME is in cli interface if debug_fn is set to true.
Signed-off-by: Igor Maravic <[email protected]> --- xorp/libproto/spt.hh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xorp/libproto/spt.hh b/xorp/libproto/spt.hh index f5b64ab..f6edadf 100644 --- a/xorp/libproto/spt.hh +++ b/xorp/libproto/spt.hh @@ -27,7 +27,7 @@ // #define INCREMENTAL_SPT //#define DEBUG_LOGGING -#define DEBUG_PRINT_FUNCTION_NAME +//#define DEBUG_PRINT_FUNCTION_NAME #include "libxorp/ref_ptr.hh" #include "libxorp/c_format.hh" -- 1.7.5.4 _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
