Changeset 20593


Ignore:
Timestamp:
2009-09-14T11:49:01+12:00 (15 years ago)
Author:
kjdon
Message:

if builing fails, output the whole log, not just the last few lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/recpt/depositoraction.cpp

    r20535 r20593  
    611611
    612612    text_t bldlog = filename_cat(gsdlhome, "tmp", args["di1tmp"], args["di1dirname"] + ".bld");
    613     text_t rawlog = file_tail (bldlog, 6, 0);
     613    //text_t rawlog = file_tail (bldlog, 6, 0);
     614    text_t rawlog;
     615    read_file(bldlog, rawlog);
    614616    // we'll shove in some <br> tags where \n's occur
    615617    text_t faillog;
Note: See TracChangeset for help on using the changeset viewer.