Tweak previous, sync cloud-agent.md

This commit is contained in:
reykfloeter 2019-06-11 12:23:36 +02:00
commit c968f169fd
2 changed files with 35 additions and 3 deletions

View file

@ -1110,7 +1110,8 @@ dhcp_getendpoint(struct system_config *sc)
sc->sc_addr.ip = sc->sc_endpoint;
sc->sc_addr.family = 4;
log_debug("%s: %s", __func__, ep);
if (log_getverbose() > 2)
log_debug("%s: %s", __func__, ep);
return (0);
}