reduced logging
authorStefan Schubert <schubi@suse.de>
Wed, 18 Jan 2006 16:49:28 +0000 (16:49 +0000)
committerStefan Schubert <schubi@suse.de>
Wed, 18 Jan 2006 16:49:28 +0000 (16:49 +0000)
zypp/solver/detail/ResolverContext.cc

index 359ace1ea304995c3e3104060052d0671760b857..8e59dd80654a9c2dede4497cf05d78950a09473c 100644 (file)
@@ -1228,7 +1228,7 @@ requirement_met_cb (ResItem_constPtr resItem, const Capability & cap, void *data
        info->flag = true;
     }
 
-fprintf (stderr, "requirement_met_cb(%s, %s) [info->dep %s] -> %s\n", resItem->asString().c_str(), cap.asString().c_str(), info->dep != NULL ? info->dep->asString().c_str() : "(none)", info->flag ? "true" : "false");
+//fprintf (stderr, "requirement_met_cb(%s, %s) [info->dep %s] -> %s\n", resItem->asString().c_str(), cap.asString().c_str(), info->dep != NULL ? info->dep->asString().c_str() : "(none)", info->flag ? "true" : "false");
     return ! info->flag;
 }