Ignore:
Timestamp:
Jun 17, 2009, 10:53:23 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Simplify log_it calls when possible (with just a fixed string)
  • issue with truncate_to_drive_name reported by valgrind at restore time. Needs rewrite IMO
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/mondorestore/mondo-rstr-tools.c

    r2227 r2230  
    24192419
    24202420    assert(wait_for_percentage <= 100);
    2421     log_it("%s","wait_until_software_raids_are_prepped");
     2421    log_it("wait_until_software_raids_are_prepped");
    24222422    while (unfinished_mdstat_devices > 0) {
    24232423            // FIXME: Prefix '/dev/' should really be dynamic!
Note: See TracChangeset for help on using the changeset viewer.