mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 13:23:01 +02:00
src/confd: drop developer debug messages
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -76,7 +76,6 @@ static int ifchange(sr_session_ctx_t *session, uint32_t sub_id, const char *modu
|
||||
SRX_GET_UINT8(session, plen, "%s/prefix-length", addr[j].xpath);
|
||||
if (!plen) {
|
||||
netmask = srx_get_str(session, "%s/netmask", addr[j].xpath);
|
||||
ERROR("read netmask instead: %s", netmask ?: "<NIL>");
|
||||
if (netmask) {
|
||||
plen = inet_mask2len(netmask);
|
||||
free(netmask);
|
||||
|
||||
@@ -606,7 +606,6 @@ err:
|
||||
return err;
|
||||
}
|
||||
|
||||
ERROR("Reload hostname-dependent services ...");
|
||||
err = err ? : aug_save(confd->aug);
|
||||
if (sys_reload_services())
|
||||
return SR_ERR_SYS;
|
||||
|
||||
Reference in New Issue
Block a user