debug
authorKlaus Kaempf <kkaempf@suse.de>
Mon, 30 Jan 2006 12:07:15 +0000 (12:07 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Mon, 30 Jan 2006 12:07:15 +0000 (12:07 +0000)
zypp/solver/detail/QueueItemInstall.cc

index 936f32e..1fd97da 100644 (file)
@@ -168,10 +168,10 @@ struct EstablishFreshens : public resfilter::OnCapMatchCallbackFunctor
 bool
 QueueItemInstall::process (ResolverContext_Ptr context, QueueItemList & qil)
 {
-    DBG <<  "QueueItemInstall::process(" << *this << ")" << endl;
-
     ResStatus status = context->getStatus(_item);
 
+    DBG <<  "QueueItemInstall::process(" << *this << "):" << status << endl;
+
     /* If we are trying to upgrade item A with item B and they both have the
        same version number, do nothing.  This shouldn't happen in general with
        zypp, but can come up with the installer & autopull. */