decrease logging
authorMichael Andres <ma@suse.de>
Tue, 14 Jun 2011 11:31:57 +0000 (13:31 +0200)
committerMichael Andres <ma@suse.de>
Tue, 14 Jun 2011 11:39:26 +0000 (13:39 +0200)
zypp/ZYppCommitResult.cc
zypp/repo/PackageProvider.cc

index 1b0e5cd..e4c7a36 100644 (file)
@@ -100,7 +100,6 @@ namespace zypp
         << ", skipped " << result[3]
         << ", updateMessages " << obj.updateMessages().size()
         << ")"
-        << std::endl << obj.transaction();
     return str;
   }
 
index 030292f..bac24d1 100644 (file)
@@ -102,7 +102,6 @@ namespace zypp
              // match, even if loc.checksum() and the .rpm-files checksum do. Blame the metadata generator(s).
         {
           CheckSum cachechecksum( loc.checksum().type(), filesystem::checksum( cachepath.path(), loc.checksum().type() ) );
-          USR << cachechecksum << endl;
           if ( cachechecksum == loc.checksum() )
           {
             ManagedFile ret( cachepath.path() );