Changeset 3380 in MondoRescue for branches/3.2/mondo/src/mondorestore
- Timestamp:
- May 6, 2015, 11:57:35 PM (10 years ago)
- Location:
- branches/3.2/mondo/src/mondorestore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/mondorestore/mondo-prep.c
r3377 r3380 604 604 log_msg(4, "cmd built: %s", program); 605 605 mr_strcat(program, " %s", devices); 606 log_msg(2, "RAID device re-created with the following command:\n%s \n", program);606 log_msg(2, "RAID device re-created with the following command:\n%s", program); 607 607 if (test == TRUE) { 608 608 res = run_program_and_log_output(program, 1); -
branches/3.2/mondo/src/mondorestore/mondorestore.c
r3374 r3380 397 397 g_current_media_number++; 398 398 mds = media_descriptor_string(bkpinfo->backup_media_type); 399 log_msg(2, "Asking for %s #%d so that I may read slice #%ld \n", mds, g_current_media_number, sliceno);399 log_msg(2, "Asking for %s #%d so that I may read slice #%ld", mds, g_current_media_number, sliceno); 400 400 mr_free(mds); 401 401 … … 1359 1359 if (current_bigfile_number != noof_biggiefiles 1360 1360 && noof_biggiefiles != 0) { 1361 log_msg(1, "Warning - bigfileno=%ld but noof_biggiefiles=%ld \n", current_bigfile_number, noof_biggiefiles);1361 log_msg(1, "Warning - bigfileno=%ld but noof_biggiefiles=%ld", current_bigfile_number, noof_biggiefiles); 1362 1362 } else { 1363 1363 log_msg(1, "%ld biggiefiles in biggielist.txt; %ld biggiefiles processed today.", noof_biggiefiles, current_bigfile_number);
Note:
See TracChangeset
for help on using the changeset viewer.