Changeset 2080 in MondoRescue


Ignore:
Timestamp:
Dec 12, 2008, 12:55:05 AM (15 years ago)
Author:
Bruno Cornec
Message:
  • Fix a bug in a logging message, where format didn't correspond to params :-(
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.8/mondo/src/mondorestore/mondo-rstr-newt.c

    r1967 r2080  
    23452345    assert(isodir_path != NULL);
    23462346
    2347     log_it("%d - AAA - isodir_path = %s", isodir_path);
     2347    log_it("isodir_path = %s", isodir_path);
    23482348    isodir_format[0] = '\0';
    23492349    if (isodir_device[0] == '\0') {
Note: See TracChangeset for help on using the changeset viewer.