Navigation


Changeset 1303:090390e89b1d in freeDiameter for freeDiameterd


Ignore:
Timestamp:
Oct 18, 2015, 1:00:36 PM (9 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix --dbg-file and --dbg-function usage. However there is something weird on MacOS X still...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameterd/main.c

    r1302 r1303  
    208208                                #ifdef DEBUG
    209209                                fd_debug_one_function = optarg;
     210                                fd_g_debug_lvl = FD_LOG_DEBUG;
    210211                                #else /* DEBUG */
    211212                                fprintf(stderr, "Error: must compile with DEBUG support to use --dbg_func feature!\n");
     
    217218                                #ifdef DEBUG
    218219                                fd_debug_one_file = basename(optarg);
     220                                fd_g_debug_lvl = FD_LOG_DEBUG;
    219221                                #else /* DEBUG */
    220222                                fprintf(stderr, "Error: must compile with DEBUG support to use --dbg_file feature!\n");
Note: See TracChangeset for help on using the changeset viewer.