Changeset 7257 for trunk


Ignore:
Timestamp:
2004-04-30T16:13:48+12:00 (20 years ago)
Author:
mdewsnip
Message:

Oops... another stupid problem preventing the Collector from knowing that collections have been exported correctly (looking at the last line of the exportcol.pl output is English-centric and prone to becoming out-of-date...).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/exportcol.pl

    r7256 r7257  
    325325
    326326    &gsprintf($out, "{exportcol.output_dir}\n", $successcolls, $topdir);
    327     &gsprintf($out, "{exportcol.instructions}\n");
     327    &gsprintf($out, "exportcol.pl succeeded:{exportcol.instructions}\n");
    328328    close OUT if $close_out;
    329329}
Note: See TracChangeset for help on using the changeset viewer.