Changeset 8a220893 for unix.c


Ignore:
Timestamp:
2019-10-20T11:56:36Z (5 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
3b76db7
Parents:
f89cdbd (diff), 10b3683 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'develop'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • unix.c

    rf89cdbd r8a220893  
    8080
    8181        log_init();
     82        /* Catch early errors */
     83        log_link(LOGLVL_ERROR, LOGOUTPUT_CONSOLE);
     84        log_link(LOGLVL_WARNING, LOGOUTPUT_CONSOLE);
    8285
    8386        global.conf_file = g_strdup(CONF_FILE_DEF);
Note: See TracChangeset for help on using the changeset viewer.