Clixon-netconf: Redirect logs to syslog by default, instead of stderr
This commit is contained in:
parent
ba39f88936
commit
795ac0cc7d
3 changed files with 4 additions and 4 deletions
|
|
@ -2088,7 +2088,7 @@ netconf_input_chunked_framing(char ch,
|
|||
{
|
||||
int retval = 0;
|
||||
|
||||
clicon_debug(1, "%s ch:%c(%d) state:%d size:%zu", __FUNCTION__, ch, ch, *state, *size);
|
||||
clicon_debug(2, "%s ch:%c(%d) state:%d size:%zu", __FUNCTION__, ch, ch, *state, *size);
|
||||
switch (*state){
|
||||
case 0:
|
||||
if (ch == '\n'){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue