Ignore:
Timestamp:
Aug 26, 2007, 12:26:06 PM (17 years ago)
Author:
Bruno Cornec
Message:

Use of conf file entries (iso_burning_*, media_device, media_size)
and adapatation of the rest of the code to that (including bkpinfo)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-fork.c

    r1592 r1594  
    119119    midway_call = mr_malloc(1200);
    120120
     121    mr_msg(5,"isofile: %s - cd_number_str: %d", isofile, cd_number_str);
    121122    mr_asprintf(&cd_number_str, "%d", cd_no);
    122123    resolve_naff_tokens(midway_call, basic_call, isofile, "_ISO_");
     
    152153        }
    153154        if (retval) {
    154             mr_msg(2, "Basic call '%s' returned an error.", basic_call);
     155            mr_msg(2, "Ultimate call '%s' returned an error.", ultimate_call);
    155156            popup_and_OK(_("Press ENTER to continue."));
    156157            popup_and_OK
Note: See TracChangeset for help on using the changeset viewer.