Changeset 34253 for main


Ignore:
Timestamp:
2020-07-09T16:32:40+12:00 (4 years ago)
Author:
ak19
Message:

Useful warning message added to servercontrol. Had forgotten to commit earlier.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/servercontrol.pm

    r34152 r34253  
    531531        if(!$collection_active) {
    532532            $self->print_msg("ERROR: collection $qualified_collection did not get activated\n");
     533            $self->print_msg("  (if the collection's not in the default library, you must pass\n");
     534            $self->print_msg("  in the -library_name flag with the correct name of the library.)\n");
    533535        }
    534536        }
Note: See TracChangeset for help on using the changeset viewer.