Changeset 969

Show
Ignore:
Timestamp:
11/10/07 13:53:07 (6 years ago)
Author:
max
Message:

shepherd: display error message on failed write

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/applications/shepherd

    r949 r969  
    22 
    33my $progname = 'shepherd'; 
    4 my $version = '1.2.26'; 
     4my $version = '1.2.27'; 
    55 
    66# tv_grab_au 
     
    14831483        { 
    14841484            open (FILE, ">$store")  
    1485                 or (&log("ERROR: Unable to open $store for writing.\n") and return undef); 
     1485                or (&log("ERROR: Unable to open $store for writing: $!.\n") and return undef); 
    14861486            print FILE $response->content(); 
    14871487            close FILE; 
  • trunk/status

    r968 r969  
    1 application     shepherd            1.2.26 
     1application     shepherd            1.2.27 
    22reference       channel_list        7 
    33reference       Shepherd/Common.pm  0.29