#721890 proxychains: message "Proxychains 3.1 <...>" should respect 'quiet_mode' option

#721890#5
Date:
2013-09-05 02:25:25 UTC
From:
To:
Hi all!

Please do something with noisy message in wrapper script /usr/bin/proxychains at line 2.
It's impossible for now work with programs to writing content on stdout, like `curl` or `wget -O -`.
This message breaks content output.

Workaround: comment or delete this line.

Possible solutions (sorted by preference, desc):

  * check for enabled 'quiet_mode' option in config.
  * disable it completely, output from library enough informative.
  * or at least write it to stderr.

WBR, Alex.