Changeset 2140 in MondoRescue


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

Location:
branches/2.2.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.8/mindi/deplist.txt

    r2093 r2140  
    6161# For udev
    6262/sbin/MAKEDEV
     63/etc/init.d/functions
    6364
    6465# For file command
  • 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.