summaryrefslogtreecommitdiffhomepage
path: root/src/odhcpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/odhcpd.c')
-rw-r--r--src/odhcpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/odhcpd.c b/src/odhcpd.c
index 9797507..3ab172f 100644
--- a/src/odhcpd.c
+++ b/src/odhcpd.c
@@ -130,6 +130,7 @@ int main(int argc, char **argv)
return 4;
#endif
+ syslog(LOG_ERR, "pre odhcpd_run");
odhcpd_run();
return 0;
}