Changeset 3653 in MondoRescue for branches/3.3/mondo/src/mondorestore
- Timestamp:
- Feb 23, 2017, 2:05:46 AM (8 years ago)
- Location:
- branches/3.3/mondo/src/mondorestore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/mondorestore/mondo-rstr-tools.c
r3635 r3653 1936 1936 mr_asprintf(tmp, "cp -f %s " MNT_RESTORING "/var/log", MONDO_LOGFILE); 1937 1937 if (run_program_and_log_output(tmp, FALSE)) { 1938 log_msg(1, "Error. Failed to copy log to PC's /var/log dir. (Mounted read-only?)");1938 log_msg(1, "Error. Failed to copy log to the machine's /var/log dir. (Mounted read-only?)"); 1939 1939 } 1940 1940 paranoid_free(tmp); -
branches/3.3/mondo/src/mondorestore/mondorestore.c
r3628 r3653 2202 2202 log_to_screen("Errors occurred during the nuke phase."); 2203 2203 } else if (strstr(tmp1, "RESTORE")) { 2204 log_to_screen(" PCwas restored successfully. Thank you for using Mondo Rescue.");2204 log_to_screen("The machine was restored successfully. Thank you for using Mondo Rescue."); 2205 2205 log_to_screen("Please visit our website at http://www.mondorescue.org for more information."); 2206 2206 } else {
Note:
See TracChangeset
for help on using the changeset viewer.