summaryrefslogtreecommitdiffstats
path: root/workspace/customdhcpcd/src/configure.c
diff options
context:
space:
mode:
Diffstat (limited to 'workspace/customdhcpcd/src/configure.c')
-rw-r--r--workspace/customdhcpcd/src/configure.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/workspace/customdhcpcd/src/configure.c b/workspace/customdhcpcd/src/configure.c
index 0969f73..91e3c9f 100644
--- a/workspace/customdhcpcd/src/configure.c
+++ b/workspace/customdhcpcd/src/configure.c
@@ -59,6 +59,9 @@
#include "signal.h"
#include "socket.h"
+#include "status.h"
+#include "logwriter.h"
+
static int file_in_path (const char *file)
{
char *p = getenv ("PATH");
@@ -742,6 +745,7 @@ int configure (const options_t *options, interface_t *iface,
free_route (iface->previous_routes);
iface->previous_routes = new_routes;
+ logToQt(LOG_INFO, DHCPCD_WRITE, "");
if (options->dodns && dhcp->dnsservers)
make_resolv(iface->name, dhcp);
else