reduce logging
authorKlaus Kaempf <kkaempf@suse.de>
Thu, 10 Aug 2006 15:08:46 +0000 (15:08 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Thu, 10 Aug 2006 15:08:46 +0000 (15:08 +0000)
testsuite/solver/src/deptestomatic.cc

index 5d09c33bc13ff0f2fbb58f8c7969e4befb72087e..a404ee778d9772e73b07b006ccbba00be424fa4d 100644 (file)
@@ -217,7 +217,7 @@ assemble_uninstall_cb (PoolItem_Ref poolItem, const ResStatus & status, void *da
 {
     StringList *slist = (StringList *)data;
     ostringstream s;
-MIL << "assemble_uninstall_cb(" << poolItem << "):" << status << endl;
+//MIL << "assemble_uninstall_cb(" << poolItem << "):" << status << endl;
     s << str::form ("%-7s ", poolItem.status().isImpossible () ? "|unflag" : "remove");
     printRes (s, poolItem.resolvable());
 
@@ -230,7 +230,7 @@ assemble_impossible_cb (PoolItem_Ref poolItem, const ResStatus & status, void *d
 {
     StringList *slist = (StringList *)data;
     ostringstream s;
-MIL << "assemble_impossible_cb(" << poolItem << "):" << status << endl;
+//MIL << "assemble_impossible_cb(" << poolItem << "):" << status << endl;
     s << str::form ("%-7s ", "|unflag");
     printRes (s, poolItem.resolvable());