Ignore:
Timestamp:
Jul 26, 2007, 1:18:38 AM (17 years ago)
Author:
Bruno Cornec
Message:

Improvements on tape handling (based on patches from Michel Loiseleur <mloiseleur_at_linagora.com>)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondoarchive/mondo-cli.c

    r1549 r1569  
    386386        log_it("Hmm! No tape drive specified. Let's see what we can do.");
    387387        if (find_tape_device_and_size(flag_val['d'], tmp)) {
    388             fatal_error
    389                 ("Tape device not specified. I couldn't find it either.");
     388            log_to_screen
     389                ("Tape device not specified. I had problems to find it either");
    390390        }
    391391        flag_set['d'] = TRUE;
Note: See TracChangeset for help on using the changeset viewer.