Changeset 533

Show
Ignore:
Timestamp:
02/20/07 13:42:56 (6 years ago)
Author:
lincoln
Message:

max pointed out that changes to --quiet break XMLTV spec, revert that part

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • applications/shepherd

    r531 r533  
    22 
    33my $progname = 'shepherd'; 
    4 my $version = '0.4.54'; 
     4my $version = '0.4.55'; 
    55 
    66# tv_grab_au 
     
    931931#  1: print to STDOUT only if $debug is set, print to logfile either way 
    932932#  2: print to STDERR and logfile 
    933 # If $opt->{reallyquiet} is set, no output will be sent to STDOUT regardless of 
     933# If $opt->{quiet} is set, no output will be sent to STDOUT regardless of 
    934934# loglevel. Similarly, if $opt->{nolog} is set, no output will be printed  
    935935# to the logfile regardless of loglevel. 
     
    954954    elsif ($debug or $loglevel == 0) 
    955955    { 
    956         print $entry unless ($opt->{reallyquiet}); 
     956        print $entry unless ($opt->{quiet}); 
    957957    } 
    958958    print LOG_FILE $entry if (fileno(*LOG_FILE) and !$opt->{nolog}); 
     
    12131213 
    12141214    splice(@options,$_,2) if ($options[$_] =~ /^--config-file/);        # don't pass on "--config-file (file)" 
    1215     splice(@options,$_,1) if ($options[$_] =~ /^--[really]quiet/);      # never be quiet 
     1215    splice(@options,$_,1) if ($options[$_] =~ /^--quiet/);              # never be quiet 
    12161216  } 
    12171217 
     
    12281228                        description 
    12291229                        quiet 
    1230                         reallyquiet 
    12311230                        version 
    12321231                        debug 
     
    17851784 
    17861785    --debug               Print lots of debugging messages 
    1787     --reallyquiet         Don't print anything except errors 
     1786    --quiet               Don't print anything except errors 
    17881787    --nolog               Don't write a logfile 
    17891788 
  • status

    r531 r533  
    1 application     shepherd            0.4.54 
     1application     shepherd            0.4.55 
    22grabber         yahoo7widget        1.79 
    33grabber         rex                 3.4.2