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/mondorestore/mondo-prep.c

    r3377 r3380  
    604604log_msg(4, "cmd built: %s", program);
    605605mr_strcat(program, " %s", devices);
    606 log_msg(2, "RAID device re-created with the following command:\n%s\n", program);
     606log_msg(2, "RAID device re-created with the following command:\n%s", program);
    607607if (test == TRUE) {
    608608    res = run_program_and_log_output(program, 1);
Note: See TracChangeset for help on using the changeset viewer.