Changeset 2531


Ignore:
Timestamp:
2001-06-13T10:55:38+12:00 (23 years ago)
Author:
sjboddie
Message:

Changed wording of one of the messages printed by import.pl to aviod the
common case where the collector prints the confusing message
"importing collection...
in preparation for the import"
Also made the sleep period for deleting existing archives 3 seconds instead
of 5

File:
1 edited

Legend:

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

    r2359 r2531  
    240240    # remove the old contents of the archives directory if needed
    241241    if ($removeold && -e $archivedir) {
    242     print $out "Warning - removing current contents of the archives directory\n";
    243     print $out "          in preparation for the import\n";
    244     sleep(5); # just in case...
     242    print $out "Removing current contents of the archives directory\n";
     243    sleep(3); # just in case...
    245244    &util::rm_r ($archivedir);
    246245    }
Note: See TracChangeset for help on using the changeset viewer.