Changeset 533
- Timestamp:
- 02/20/07 13:42:56 (6 years ago)
- Files:
-
- 2 modified
-
applications/shepherd (modified) (6 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/shepherd
r531 r533 2 2 3 3 my $progname = 'shepherd'; 4 my $version = '0.4.5 4';4 my $version = '0.4.55'; 5 5 6 6 # tv_grab_au … … 931 931 # 1: print to STDOUT only if $debug is set, print to logfile either way 932 932 # 2: print to STDERR and logfile 933 # If $opt->{ reallyquiet} is set, no output will be sent to STDOUT regardless of933 # If $opt->{quiet} is set, no output will be sent to STDOUT regardless of 934 934 # loglevel. Similarly, if $opt->{nolog} is set, no output will be printed 935 935 # to the logfile regardless of loglevel. … … 954 954 elsif ($debug or $loglevel == 0) 955 955 { 956 print $entry unless ($opt->{ reallyquiet});956 print $entry unless ($opt->{quiet}); 957 957 } 958 958 print LOG_FILE $entry if (fileno(*LOG_FILE) and !$opt->{nolog}); … … 1213 1213 1214 1214 splice(@options,$_,2) if ($options[$_] =~ /^--config-file/); # don't pass on "--config-file (file)" 1215 splice(@options,$_,1) if ($options[$_] =~ /^-- [really]quiet/);# never be quiet1215 splice(@options,$_,1) if ($options[$_] =~ /^--quiet/); # never be quiet 1216 1216 } 1217 1217 … … 1228 1228 description 1229 1229 quiet 1230 reallyquiet1231 1230 version 1232 1231 debug … … 1785 1784 1786 1785 --debug Print lots of debugging messages 1787 -- reallyquietDon't print anything except errors1786 --quiet Don't print anything except errors 1788 1787 --nolog Don't write a logfile 1789 1788 -
status
r531 r533 1 application shepherd 0.4.5 41 application shepherd 0.4.55 2 2 grabber yahoo7widget 1.79 3 3 grabber rex 3.4.2
