Move validation flag to include diff

This commit is contained in:
Olof hagsand 2023-02-21 20:19:59 +01:00
parent 48a7eac096
commit fe8636bb77
2 changed files with 17 additions and 20 deletions

View file

@ -384,7 +384,7 @@ xml_cmp(cxobj *x1,
break;
} /* switch */
done:
clicon_debug(CLIXON_DBG_DETAIL, "%s %s %s eq:%d nr: %d %d yi: %d %d", __FUNCTION__, xml_name(x1), xml_name(x2), equal, nr1, nr2, yi1, yi2);
clicon_debug(CLIXON_DBG_EXTRA, "%s %s %s eq:%d nr: %d %d yi: %d %d", __FUNCTION__, xml_name(x1), xml_name(x2), equal, nr1, nr2, yi1, yi2);
return equal;
}