From 87e66cfffe287e171c1ed2de6280b76ff3b6dc50 Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Fri, 10 Feb 2006 16:32:26 +0000 Subject: [PATCH] reduce debug --- zypp/solver/detail/InstallOrder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/solver/detail/InstallOrder.cc b/zypp/solver/detail/InstallOrder.cc index 887021a..41c70cb 100644 --- a/zypp/solver/detail/InstallOrder.cc +++ b/zypp/solver/detail/InstallOrder.cc @@ -96,7 +96,7 @@ InstallOrder::computeNextSet() for (Nodes::iterator it = _nodes.begin(); it != _nodes.end(); ++it) { - DBG << "Looking at node " << it->first << " order " << it->second.order << ":" << it->second.item << endl; + XXX << "Looking at node " << it->first << " order " << it->second.order << ":" << it->second.item << endl; if (it->second.order == 0) { DBG << "InstallOrder::computeNextSet found " << it->second.item << endl; -- 2.7.4