From: Stanislav Visnovsky Date: Tue, 14 Feb 2006 15:35:36 +0000 (+0000) Subject: use reasonable stream instead of cerr X-Git-Tag: BASE-SuSE-SLE-10-SP2-Branch~2217 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5671b22fbe85b1eae4e7083fe21e5ca5eab0abe;p=platform%2Fupstream%2Flibzypp.git use reasonable stream instead of cerr --- diff --git a/zypp/target/TargetImpl.cc b/zypp/target/TargetImpl.cc index 3d27ed8..b10f923 100644 --- a/zypp/target/TargetImpl.cc +++ b/zypp/target/TargetImpl.cc @@ -522,7 +522,7 @@ TargetImpl::getResolvablesToInsDel ( const ResPool pool_r, // start recursive depth-first-search order.init(); MIL << "order.init() done" << endl; - order.printAdj( cerr, false ); + order.printAdj( DBG, false ); /////////////////////////////////////////////////////////////////// // build install list in install order ///////////////////////////////////////////////////////////////////