greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16363

Show
Ignore:
Timestamp:
2008-07-11 15:17:34 (4 months ago)
Author:
ak19
Message:

Minor changes to output text

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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    }