Ignore:
Timestamp:
Apr 15, 2016, 11:20:20 PM (8 years ago)
Author:
Bruno Cornec
Message:

Add a MONDO_LOGFILENAME variable to allow the basename to be used when compressing the log on the target media

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-fork.c

    r3564 r3567  
    143143
    144144    /*  Copy the current logfile - of course incomplete to the media */
    145     mr_system("gzip -c9 %s > ./archives/%d.%s", MONDO_LOGFILE, cd_number_str, MONDO_LOGFILE);
     145    mr_system("gzip -c9 %s > ./archives/%d.%s", MONDO_LOGFILE, cd_number_str, MONDO_LOGFILENAME);
    146146
    147147    log_to_screen("Please be patient. Do not be alarmed by on-screen inactivity.");
Note: See TracChangeset for help on using the changeset viewer.