Changeset 3653 in MondoRescue for branches/3.3/mondo/src/mondorestore


Ignore:
Timestamp:
Feb 23, 2017, 2:05:46 AM (7 years ago)
Author:
Bruno Cornec
Message:

Stop using the word PC and use machines instead

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  
    19361936    mr_asprintf(tmp, "cp -f %s " MNT_RESTORING "/var/log", MONDO_LOGFILE);
    19371937    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?)");
    19391939    }
    19401940    paranoid_free(tmp);
  • branches/3.3/mondo/src/mondorestore/mondorestore.c

    r3628 r3653  
    22022202        log_to_screen("Errors occurred during the nuke phase.");
    22032203    } else if (strstr(tmp1, "RESTORE")) {
    2204         log_to_screen("PC was restored successfully. Thank you for using Mondo Rescue.");
     2204        log_to_screen("The machine was restored successfully. Thank you for using Mondo Rescue.");
    22052205        log_to_screen("Please visit our website at http://www.mondorescue.org for more information.");
    22062206    } else {
Note: See TracChangeset for help on using the changeset viewer.