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

    r3613 r3628  
    27972797
    27982798    /*  setup log level for new log system as well */
    2799     mr_msg_init(MONDO_LOGFILE,g_loglevel);
     2799    mr_msg_init(MONDO_LOGFILE,g_loglevel,argc,argv);
    28002800
    28012801    // Handle params here first
Note: See TracChangeset for help on using the changeset viewer.