Added debug level INIT
This commit is contained in:
parent
3b0b734de1
commit
ff171afd65
14 changed files with 45 additions and 42 deletions
|
|
@ -1050,7 +1050,7 @@ main(int argc,
|
|||
goto ok;
|
||||
|
||||
/* Debug dump of config options */
|
||||
clicon_option_dump(h, 1);
|
||||
clicon_option_dump(h, CLIXON_DBG_INIT);
|
||||
|
||||
/* Daemonize and initiate logging. Note error is initiated here to make
|
||||
daemonized errors OK. Before this stage, errors are logged on stderr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue