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/mondoarchive/mondoarchive.c

    r3333 r3380  
    275275#define MDSTAT_FILE "/tmp/mdstat"
    276276        if (!(fin = fopen(MDSTAT_FILE, "r"))) {
    277             log_msg(1, "Could not open %s.\n", MDSTAT_FILE);
     277            log_msg(1, "Could not open %s.", MDSTAT_FILE);
    278278                finish(1);
    279279        }
Note: See TracChangeset for help on using the changeset viewer.