_XDEBUG is XXX !!
authorKlaus Kaempf <kkaempf@suse.de>
Thu, 9 Feb 2006 11:47:34 +0000 (11:47 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Thu, 9 Feb 2006 11:47:34 +0000 (11:47 +0000)
zypp/solver/detail/Types.h

index 696c043..5fa4a44 100644 (file)
@@ -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)
 
 /////////////////////////////////////////////////////////////////////////