Changeset 2114 in MondoRescue for branches/2.2.8


Ignore:
Timestamp:
Jan 10, 2009, 5:58:56 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Improves logging in case of error on # of lines or length of a file
File:
1 edited

Legend:

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

    r2094 r2114  
    16981698    if (count_lines_in_file(filelist_name) <= 0
    16991699        || length_of_file(tarball_fname) <= 0) {
    1700         log_msg(3, "length_of_file(%s) = %llu", tarball_fname,
    1701                 length_of_file(tarball_fname));
     1700        log_msg(3, "length_of_file(%s) = %llu", tarball_fname, length_of_file(tarball_fname));
     1701        log_msg(3, "count_lines_in_file(%s) = %llu", tarball_fname, count_lines_in_file(tarball_fname));
    17021702        sprintf(tmp, "Unable to restore fileset #%ld (CD I/O error)",
    17031703                current_tarball_number);
Note: See TracChangeset for help on using the changeset viewer.