From b85cf7c66dff80f763f090d65388b1eacf0e2058 Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Thu, 9 Feb 2006 11:47:34 +0000 Subject: [PATCH] _XDEBUG is XXX !! --- zypp/solver/detail/Types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/solver/detail/Types.h b/zypp/solver/detail/Types.h index 696c043..5fa4a44 100644 --- a/zypp/solver/detail/Types.h +++ b/zypp/solver/detail/Types.h @@ -35,7 +35,7 @@ #include "zypp/PoolItem.h" #define _DEBUG(x) DBG << x << std::endl; -#define _XDEBUG(x) DBG << x << std::endl; +#define _XDEBUG(x) XXX << x << std::endl; //#define _DEBUG(x) ///////////////////////////////////////////////////////////////////////// -- 2.7.4