Changeset 16363
- Timestamp:
- 2008-07-11T15:17:34+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/perllib/g2futil.pm
r16102 r16363 326 326 # such a file exists, so read the contents 327 327 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"; 329 329 # doesn't matter, we'll just overwrite it then 330 330 } … … 336 336 close(FIN); # close the file 337 337 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"; 339 339 # it already contains what we want, we're done 340 340 return "gsdl.xml"; … … 351 351 if ($status!=0) { # to get the actual exit value, divide by 256, but not useful here 352 352 # 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"; 354 354 print "Exit status = ", $status/256, "\n"; 355 355 }
Note:
See TracChangeset
for help on using the changeset viewer.