Changeset 37733
- Timestamp:
- 2023-05-02T22:01:06+12:00 (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/perllib/DocHistoryFileUtils.pm
r37730 r37733 60 60 61 61 if (&FileUtils::directoryExists($doc_fldv_history_dirname)) { 62 print S DTDERR "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"; 63 63 print STDERR " $doc_fldv_history_dirname\n"; 64 64 $status_ok = 0; … … 273 273 274 274 if (&FileUtils::directoryExists($doc_fldv_history_dirname)) { 275 print S DTDERR "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"; 276 276 print STDERR " $doc_fldv_history_dirname\n"; 277 277 $status_ok = 0;
Note:
See TracChangeset
for help on using the changeset viewer.