Added debug level INIT
This commit is contained in:
parent
3b0b734de1
commit
ff171afd65
14 changed files with 45 additions and 42 deletions
|
|
@ -574,7 +574,7 @@ main(int argc,
|
|||
goto ok;
|
||||
}
|
||||
/* Dump configuration options on debug */
|
||||
clicon_option_dump(h, 1);
|
||||
clicon_option_dump(h, CLIXON_DBG_INIT);
|
||||
|
||||
/* Call start function in all plugins before we go interactive */
|
||||
if (clixon_plugin_start_all(h) < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue