[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. debian/0.1.3-12-g5931f36

Ryan Niebur ryanryan52 at gmail.com
Sun May 2 17:04:21 UTC 2010


The following commit has been merged in the master branch:
commit 1e1092333db296e412982e6a1c1f7afab95f4074
Author: Francesco Poli (t1000) <frx at firenze.linux.it>
Date:   Tue Apr 13 00:00:41 2010 +0200

    fix a couple of warning messages

diff --git a/lib/apt-listbugs/logic.rb b/lib/apt-listbugs/logic.rb
index 3995fdc..49b77d1 100644
--- a/lib/apt-listbugs/logic.rb
+++ b/lib/apt-listbugs/logic.rb
@@ -178,10 +178,10 @@ class AppConfig
 
     # http_proxy sanity check
     if ENV["HTTP_PROXY"] != nil && ENV["http_proxy"] == nil
-      $stderr.print _("W: sanity check failed: environment variable http_proxy is unset and HTTP_PROXY is set.")
+      $stderr.puts _("W: sanity check failed: environment variable http_proxy is unset and HTTP_PROXY is set.")
     end
     if ENV["http_proxy"] != nil && ENV["soap_use_proxy"] != "on"
-      $stderr.print _("W: sanity check failed: environment variable http_proxy is set and soap_use_proxy is not 'on'.")
+      $stderr.puts _("W: sanity check failed: environment variable http_proxy is set and soap_use_proxy is not 'on'.")
     end
 
     # http_proxy check

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list