Ignore:
Timestamp:
Oct 27, 2007, 4:42:34 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Supress g_erase_tmpdir_and_scratchdir
  • Improve some log messages for USB support
  • Try to improve install in mindi to avoid issues with isolinux.cfg not installed vene if in the pkg :-(
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/common/libmondo-archive.c

    r1703 r1708  
    13351335                        "Writing any remaining data to media         ");
    13361336
    1337     log_msg(1, "Closing tape/CD ... ");
    1338     if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type))
     1337    log_msg(1, "Closing tape/CD/USB ... ");
     1338    if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
    13391339        /* write tape/cdstream */
    1340     {
    13411340        closeout_tape();
    1342     } else
     1341    } else {
    13431342        /* write final ISO/USB */
    1344     {
    13451343        res = write_final_iso_if_necessary();
    13461344        retval += res;
     
    14241422        write_data_disks_to_stream(data_disks_file);
    14251423    } else {
    1426         log_msg(1, "Backing up to CD's");
     1424        if (bkpinfo->backup_media_type == usb) {
     1425            log_msg(1, "Backing up to USB's");
     1426        } else {
     1427            log_msg(1, "Backing up to CD's");
     1428        }
    14271429    }
    14281430
Note: See TracChangeset for help on using the changeset viewer.