summaryrefslogtreecommitdiffhomepage
path: root/src/odhcpd.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2021-08-15 11:51:22 +0200
committerMikael Magnusson <mikma@users.sourceforge.net>2021-09-21 22:37:08 +0200
commit8d777d12186bb6d5dc4c39e5ccbe50a164ea547c (patch)
tree593cee5bd1a6cb7c485bcafab343c04e51e77563 /src/odhcpd.c
parent01b4e6046f10e21809c3f380f2d33bf3fe59698d (diff)
WIP dnsupdatednsupdate
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;
}