Преглед изворни кода

apt-pkg/edsp.cc: do not use stderr in WriteSolution at all

Michael Vogt пре 13 година
родитељ
комит
b830da6163
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      apt-pkg/edsp.cc

+ 0 - 3
apt-pkg/edsp.cc

@@ -474,10 +474,7 @@ bool EDSP::WriteSolution(pkgDepCache &Cache, FILE* output)
       {
 	 fprintf(output, "Autoremove: %d\n", Pkg.CurrentVer()->ID);
 	 if (Debug == true)
-         {
 	    fprintf(output, "Package: %s\nVersion: %s\n", Pkg.FullName().c_str(), Pkg.CurrentVer().VerStr());
-	    fprintf(stderr, "Autoremove: %s\nVersion: %s\n", Pkg.FullName().c_str(), Pkg.CurrentVer().VerStr());
-         }
       }
       else
 	 continue;