Description: Silence progress messages with --quiet
Forwarded: not-needed
Author: Nick Morrott <knowledgejunkie@gmail.com>
Last-Update: 2015-07-01

--- a/grab/na_dd/tv_grab_na_dd.in
+++ b/grab/na_dd/tv_grab_na_dd.in
@@ -761,7 +761,7 @@
 # This causes TWIG to die... let's drop them if asked
 #
     if ($opt_dropbadchar) {
-        print STDERR "Filtering Bad Characters\n";
+        print STDERR "Filtering Bad Characters\n" unless $opt_quiet;
         $raw_data =~ s/[\x80-\xff]|se\&Ga|ay\&Les|\& //g;
     }
 
@@ -1260,7 +1260,7 @@
        {
           if ($opt_auto_config eq 'add') {
 		$chan_config{$key}=1;
-                print STDERR "Adding new channel: $key\n";
+                print STDERR "Adding new channel: $key\n" unless $opt_quiet;
            }
 
           open(CONF,">>$config_file") or die "ERROR: can't open config file for update: $config_file\n";
