Ignore:
Timestamp:
May 6, 2015, 11:57:35 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • Do not use a \n with log_msg (ease debug with 99)
File:
1 edited

Legend:

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

    r3337 r3380  
    952952
    953953    sync();
    954     log_msg(2, "OK, I've mounted the USB Disk/Key\n");
     954    log_msg(2, "OK, I've mounted the USB Disk/Key");
    955955    mr_asprintf(tmp, "%s/archives/NOT-THE-LAST", mountpoint);
    956956    if (!does_file_exist(tmp)) {
     
    982982        retval++;
    983983    } else {
    984         log_msg(2, "OK, I've unmounted the USB device\n");
     984        log_msg(2, "OK, I've unmounted the USB device");
    985985    }
    986986    mr_free(tmp1);
     
    10801080        mr_free(command);
    10811081    }
    1082     log_msg(2, "OK, I've mounted the ISO/CD\n");
     1082    log_msg(2, "OK, I've mounted the ISO/CD");
    10831083    mr_asprintf(tmp, "%s/archives/NOT-THE-LAST", mountpoint);
    10841084    if (!does_file_exist(tmp)) {
     
    11131113        retval++;
    11141114    } else {
    1115         log_msg(2, "OK, I've unmounted the ISO file\n");
     1115        log_msg(2, "OK, I've unmounted the ISO file");
    11161116    }
    11171117    mr_free(mountpoint);
Note: See TracChangeset for help on using the changeset viewer.