Ignore:
Timestamp:
Jun 19, 2013, 8:50:28 AM (11 years ago)
Author:
Bruno Cornec
Message:

2nd phase for svn merge -r 2935:3146 ../3.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/mondo/src/common/libmondo-archive.c

    r3147 r3148  
    721721    }
    722722    log_to_screen("Your boot loader is %s and it boots from %s", bootldr_str, bkpinfo->boot_device);
     723    if (bootldr_ver != NULL) {
     724        mr_asprintf(&tmp, "Boot loader version string: %s", bootldr_ver);
     725        log_to_screen(tmp);
     726        mr_free(tmp);
     727    }
    723728    if (bootldr_ver != NULL) {
    724729        mr_asprintf(&tmp, "Boot loader version string: %s", bootldr_ver);
     
    18801885    FILE *fin = NULL;
    18811886    char *q;
     1887    char *q;
    18821888
    18831889    /*@ buffers ******************************************** */
Note: See TracChangeset for help on using the changeset viewer.