Changeset 2079 in MondoRescue


Ignore:
Timestamp:
Dec 12, 2008, 12:46:53 AM (15 years ago)
Author:
Bruno Cornec
Message:

Improves logging when a compressor is not found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.8/mondo/src/mondorestore/mondorestore.c

    r2074 r2079  
    17461746            if (run_program_and_log_output(tmp, FALSE)) {
    17471747                log_to_screen
    1748                     ("(compare_a_tarball) Compression program not found - oh no!");
     1748                    ("(compare_a_tarball) Compression program %s not found - oh no!", executable);
    17491749                paranoid_MR_finish(1);
    17501750            }
Note: See TracChangeset for help on using the changeset viewer.