diff options
Diffstat (limited to 'workspace/customdhcpcd/src/client.c')
| -rw-r--r-- | workspace/customdhcpcd/src/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workspace/customdhcpcd/src/client.c b/workspace/customdhcpcd/src/client.c index 24c8680..5a8a9e9 100644 --- a/workspace/customdhcpcd/src/client.c +++ b/workspace/customdhcpcd/src/client.c @@ -854,7 +854,7 @@ static int handle_dhcp (state_t *state, int type, const options_t *options) } /* if we are here, than we received an ACK and can go on with configuration */ - logToQt(STAT_OK, DHCP_ACK, ""); + logToQt(LOG_INFO, DHCP_ACK, ""); switch (state->state) { case STATE_RENEW_REQUESTED: |
