Changeset 3434 in MondoRescue for branches/3.2


Ignore:
Timestamp:
Aug 28, 2015, 3:26:19 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • Errors in partioning are not necessarily fatal so relax the error msg
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondorestore/mondo-prep.c

    r3430 r3434  
    962962if (retval) {
    963963    mvaddstr_and_log_it(g_currentY++, 74, "Failed.");
    964     log_to_screen("Errors occurred during the formatting of your hard drives.");
     964    log_to_screen("Errors may have occurred during the formatting of your hard drives.");
    965965} else {
    966966    mvaddstr_and_log_it(g_currentY++, 74, "Done.");
     
    17771777if (retval) {
    17781778    mvaddstr_and_log_it(g_currentY++, 74, "Failed.");
    1779     log_to_screen("Errors occurred during the partitioning of your hard drives.");
     1779    log_to_screen("Errors may have occurred during the partitioning of your hard drives.");
    17801780} else {
    17811781    mvaddstr_and_log_it(g_currentY++, 74, "Done.");
Note: See TracChangeset for help on using the changeset viewer.