Changeset 2064 in MondoRescue
- Timestamp:
- Nov 26, 2008, 12:41:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.8/mondo/src/common/newt-specific.c
r2053 r2064 351 351 352 352 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);355 353 printf 356 354 ("If you require technical support, please contact the mailing list.\n"); … … 359 357 ("The list's members can help you, if you attach that file to your e-mail.\n"); 360 358 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 }364 359 printf("Mondo has aborted.\n"); 365 360 if (!g_main_pid) {
Note:
See TracChangeset
for help on using the changeset viewer.