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.
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.