Changeset 12503


Ignore:
Timestamp:
2006-08-23T15:43:46+12:00 (18 years ago)
Author:
kjdon
Message:

bsummary page now displays build log as well as import and fail logs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/pageaction.cpp

    r12463 r12503  
    604604  // _importlog_           set to contents of collections import.log file
    605605  // _faillog_             set to contents of collections fail.log file
    606 
     606  //_buildlog_             set to contents of collections build.log file
    607607 
    608608  if (recpt == NULL) {
     
    893893    set_macro_to_file_contents (disp, "faillog", "bsummary",
    894894                filename_cat(gsdlhome, "collect", arg_c, "etc", "fail.log"));
     895    set_macro_to_file_contents (disp, "buildlog", "bsummary",
     896                filename_cat(gsdlhome, "collect", arg_c, "etc", "build.log"));
    895897  }
    896898}
Note: See TracChangeset for help on using the changeset viewer.