Changeset 3581 in MondoRescue for branches/3.2/mondo


Ignore:
Timestamp:
May 25, 2016, 12:06:27 PM (8 years ago)
Author:
Bruno Cornec
Message:
  • Fix an message displaying wrong unit for CD size (KB insted of MB)
File:
1 edited

Legend:

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

    r3577 r3581  
    30953095
    30963096    if (space_occupied_by_cd(bkpinfo->scratchdir) / 1024 > bkpinfo->media_size) {
    3097         log_to_screen("Warning! CD is too big. It occupies %ld KB, which is more than the %ld KB allowed.",(long) space_occupied_by_cd(bkpinfo->scratchdir),(long) bkpinfo->media_size);
     3097        log_to_screen("Warning! CD is too big. It occupies %ld KB, which is more than the %ld MB allowed.",(long) space_occupied_by_cd(bkpinfo->scratchdir),(long) bkpinfo->media_size);
    30983098    }
    30993099
Note: See TracChangeset for help on using the changeset viewer.