]> git.ipfire.org Git - people/ms/dnsmasq.git/blobdiff - src/option.c
Extra logging for inotify code.
[people/ms/dnsmasq.git] / src / option.c
index cb4e76ba0aa2b4d96086d6ab63549031e96fcc50..e4b4865d07a5e0fec9776e2b9508482282fa7525 100644 (file)
@@ -4068,11 +4068,13 @@ static void read_file(char *file, FILE *f, int hard_opt)
 #ifdef HAVE_DHCP
 int option_read_dynfile(char *file, int flags)
 {
+  my_syslog(MS_DHCP | LOG_INFO, _("read %s"), file);
+  
   if (flags & AH_DHCP_HST)
     return one_file(file, LOPT_BANK);
   else if (flags & AH_DHCP_OPT)
     return one_file(file, LOPT_OPTS);
-
+  
   return 0;
 }
 #endif