Changeset 16363


Ignore:
Timestamp:
2008-07-11T15:17:34+12:00 (16 years ago)
Author:
ak19
Message:

Minor changes to output text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/g2futil.pm

    r16102 r16363  
    326326    # such a file exists, so read the contents
    327327    unless(open(FIN, "<$xmlFile")) {
    328         print STDERR "***g2f-import.pl: Unable to open existing $xmlFile for comparing...Recoverable. $!\n";
     328        print STDERR "g2f-import.pl: Unable to open existing $xmlFile for comparing...Recoverable. $!\n";
    329329        # doesn't matter, we'll just overwrite it then
    330330    }   
     
    336336    close(FIN); # close the file
    337337    if($xml_contents eq $gsdlXMLcontents) {
    338         print STDERR "Fedora links to FLI import folder through gsdl.xml.\n";
     338        print STDERR "Fedora links to the FLI import folder through gsdl.xml.\n";
    339339        # it already contains what we want, we're done
    340340        return "gsdl.xml";
     
    351351    if ($status!=0) { # to get the actual exit value, divide by 256, but not useful here
    352352    # possible tomcat was already stopped - it's not the end of the world
    353     print STDERR "**** Failed to stop Fedora server. Perhaps it was not running. $!\n";
     353    print STDERR "Failed to stop Fedora server. Perhaps it was not running. $!\n";
    354354    print "Exit status = ", $status/256, "\n";
    355355    }
Note: See TracChangeset for help on using the changeset viewer.