ソースを参照

apt-pkg/edsp.cc: do not spam stderr in WriteSolution

Michael Vogt 13 年 前
コミット
231232ec8a
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      apt-pkg/edsp.cc

+ 2 - 0
apt-pkg/edsp.cc

@@ -474,8 +474,10 @@ 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;