Ignore:
Timestamp:
Feb 13, 2016, 2:57:55 AM (8 years ago)
Author:
Bruno Cornec
Message:
  • Change mr_msg_int interface by adding the FUNCTION macro
  • Use mr_msg in mr_system
  • Ability to use that new log system everywhere now
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondoarchive/mondoarchive.c

    r3478 r3509  
    322322    }
    323323
     324    /*  setup log level for new log system as well */
     325    mr_msg_init(MONDO_LOGFILE,g_loglevel);
     326
    324327    if (pre_param_configuration()) {
    325328        fatal_error("Pre-param initialization phase failed. Please review the error messages above, make the specified changes, then try again. Exiting...");
     
    448451        printf("See %s for details of backup run.\n", MONDO_LOGFILE);
    449452    }
     453    mr_msg_close();
    450454    finish(retval);
    451455
Note: See TracChangeset for help on using the changeset viewer.