Changeset 2140 in MondoRescue for branches/2.2.8/mondo


Ignore:
Timestamp:
Feb 9, 2009, 7:01:59 PM (15 years ago)
Author:
Bruno Cornec
Message:

Fix a Big Bug aka Seg fault, where a print msg was just plain wrong for ISO restore - Kudos to Conor Daly

File:
1 edited

Legend:

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

    r2125 r2140  
    23022302                strip_spaces(isodir_format);
    23032303                strip_spaces(isodir_path);
    2304                 log_it("%d - BBB - isodir_path = %s", isodir_path);
     2304                log_it("isodir_device = %s - isodir_format = %s - isodir_path = %s", isodir_device, isodir_format, isodir_path);
    23052305                return (TRUE);
    23062306            }
Note: See TracChangeset for help on using the changeset viewer.