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

File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.