Ignore:
Timestamp:
Apr 22, 2014, 11:06:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Fix a bug due to lack of memory allocation for a tmp var to display
  • Fix another bug in the call to labeling which used a bad variable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-devices.c

    r3237 r3263  
    32833283    mr_free(tmp);
    32843284
    3285     log_msg(0, "Found %s partition table format type", output);
     3285    log_msg(0, "Found %s partition table format type on %s", output, drive);
    32863286    paranoid_free(command);
    32873287    paranoid_free(fdisk);
Note: See TracChangeset for help on using the changeset viewer.