robinbowes / flac2mp3

flac2mp3 is a tool to convert audio files from flac to mp3 format including the copying of tags.
GNU General Public License v3.0
142 stars 29 forks source link

Feature/msg info #13

Closed carlasplund closed 11 years ago

carlasplund commented 11 years ago

Define a new subroutine msg_info which prints messages to screen only if option{info} is true. No need to do the usual check of the info flag ( $Options{info} && msg(...) ) every time something is to be displayed, just use the msg_info routine which takes care of that.

Also fix a few bugs, where message output was not properly suppressed with the --quiet option set.