Changeset 2064 in MondoRescue for branches/2.2.8/mondo


Ignore:
Timestamp:
Nov 26, 2008, 12:41:28 PM (15 years ago)
Author:
Bruno Cornec
Message:

Fix #298 - MA.log.gz gone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.8/mondo/src/common/newt-specific.c

    r2053 r2064  
    351351
    352352        printf("---FATALERROR--- %s\n", error_string);
    353         sprintf(command, "gzip -9c %s > %s/MA.log.gz 2> /dev/null", MONDO_LOGFILE, MONDO_CACHE);
    354         system(command);
    355353        printf
    356354                ("If you require technical support, please contact the mailing list.\n");
     
    359357                ("The list's members can help you, if you attach that file to your e-mail.\n");
    360358        printf("Log file: %s\n", MONDO_LOGFILE);
    361         if (does_file_exist(MONDO_CACHE"/MA.log.gz")) {
    362             printf("FYI, I have gzipped the log and saved it to "MONDO_CACHE"/MA.log.gz.\n");
    363         }
    364359        printf("Mondo has aborted.\n");
    365360        if (!g_main_pid) {
Note: See TracChangeset for help on using the changeset viewer.