Changeset 3428 in MondoRescue for branches/3.2/mondo/src
- Timestamp:
- Aug 27, 2015, 2:48:37 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/mondoarchive/mondoarchive.c
r3380 r3428 384 384 /* Report result of entire operation (success? errors?) */ 385 385 if (!retval) { 386 mvaddstr_and_log_it(g_currentY++, 0, 387 "Backup and/or verify ran to completion. Everything appears to be fine."); 386 mvaddstr_and_log_it(g_currentY++, 0, "Backup and/or verify ran to completion. Everything appears to be fine."); 388 387 } else { 389 mvaddstr_and_log_it(g_currentY++, 0, 390 "Backup and/or verify ran to completion. However, errors did occur."); 388 mvaddstr_and_log_it(g_currentY++, 0, "Backup and/or verify ran to completion. However, errors did occur."); 391 389 } 392 390 393 391 if (does_file_exist(MINDI_CACHE"/mondorescue.iso")) { 394 log_to_screen 395 (MINDI_CACHE"/mondorescue.iso, a boot/utility CD, is available if you want it."); 392 log_to_screen(MINDI_CACHE"/mondorescue.iso, a boot/utility CD, is available if you want it."); 396 393 } 397 394
Note:
See TracChangeset
for help on using the changeset viewer.