use reasonable stream instead of cerr
authorStanislav Visnovsky <visnov@suse.cz>
Tue, 14 Feb 2006 15:35:36 +0000 (15:35 +0000)
committerStanislav Visnovsky <visnov@suse.cz>
Tue, 14 Feb 2006 15:35:36 +0000 (15:35 +0000)
zypp/target/TargetImpl.cc

index 3d27ed8..b10f923 100644 (file)
@@ -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
     ///////////////////////////////////////////////////////////////////