Ignore:
Timestamp:
Dec 21, 2016, 3:18:07 PM (7 years ago)
Author:
Bruno Cornec
Message:

Change mr_msg_init interface definition to include argc and argv, which allows to detect the presence of the -K option and setup the log level accordingly as early as possible

File:
1 edited

Legend:

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

    r3527 r3628  
    324324
    325325    /*  setup log level for new log system as well */
    326     mr_msg_init(MONDO_LOGFILE,g_loglevel);
     326    mr_msg_init(MONDO_LOGFILE,g_loglevel, argc, argv);
    327327
    328328    if (pre_param_configuration()) {
Note: See TracChangeset for help on using the changeset viewer.