Changeset 2114 in MondoRescue for branches/2.2.8
- Timestamp:
- Jan 10, 2009, 5:58:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.8/mondo/src/mondorestore/mondorestore.c
r2094 r2114 1698 1698 if (count_lines_in_file(filelist_name) <= 0 1699 1699 || 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)); 1702 1702 sprintf(tmp, "Unable to restore fileset #%ld (CD I/O error)", 1703 1703 current_tarball_number);
Note:
See TracChangeset
for help on using the changeset viewer.