Ignore:
Timestamp:
2023-05-02T22:01:06+12:00 (12 months ago)
Author:
davidb
Message:

Fixed typo in STDERR filehandle name

File:
1 edited

Legend:

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

    r37730 r37733  
    6060
    6161    if (&FileUtils::directoryExists($doc_fldv_history_dirname)) {
    62     print SDTDERR "Error - The newly formed 'archives' version of document should not contain the existing '$FLDV_HISTORY_DIR' directory:\n";
     62    print STDERR "Error - The newly formed 'archives' version of document should not contain the existing '$FLDV_HISTORY_DIR' directory:\n";
    6363    print STDERR "    $doc_fldv_history_dirname\n";
    6464    $status_ok = 0;
     
    273273   
    274274    if (&FileUtils::directoryExists($doc_fldv_history_dirname)) {
    275     print SDTDERR "Error - The newly formed 'archives' version of document should not contain the existing '$FLDV_HISTORY_DIR' directory:\n";
     275    print STDERR "Error - The newly formed 'archives' version of document should not contain the existing '$FLDV_HISTORY_DIR' directory:\n";
    276276    print STDERR "    $doc_fldv_history_dirname\n";
    277277    $status_ok = 0;
Note: See TracChangeset for help on using the changeset viewer.