mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
mech: disable debug dumps of transactions by default
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -125,7 +125,7 @@ int ietf_if_tr_commit(clicon_handle h, transaction_data td)
|
||||
int slen = 0, tlen = 0, err = -EINVAL;
|
||||
cxobj **ssys, **tsys;
|
||||
|
||||
show_transaction("ietf-interfaces", td, true);
|
||||
// show_transaction("ietf-interfaces", td, true);
|
||||
|
||||
if (src && clixon_xml_find_instance_id(src, yspec, &ssys, &slen,
|
||||
"/if:interfaces") < 0)
|
||||
|
||||
@@ -342,8 +342,7 @@ int ietf_sys_tr_commit(clicon_handle h, transaction_data td)
|
||||
int slen = 0, tlen = 0, err = -EINVAL;
|
||||
cxobj **ssys, **tsys;
|
||||
|
||||
show_transaction("ietf-system", td, true);
|
||||
|
||||
// show_transaction("ietf-system", td, true);
|
||||
if (src && clixon_xml_find_instance_id(src, yspec, &ssys, &slen,
|
||||
"/sys:system") < 0)
|
||||
goto err;
|
||||
|
||||
Reference in New Issue
Block a user