]> arthur.barton.de Git - netatalk.git/commitdiff
Add a LOG message telling configured fdset size
authorFrank Lahm <franklahm@googlemail.com>
Wed, 27 Jul 2011 14:27:23 +0000 (16:27 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Wed, 27 Jul 2011 14:27:23 +0000 (16:27 +0200)
libatalk/util/socket.c

index 8d2300f2c908cadc4413331134f431fa51ca23ec..f74af5225669d908f2f3d0e95c658463423a100e 100644 (file)
@@ -467,6 +467,9 @@ void fdset_add_fd(int maxconns,
         *fdset_sizep = fdset_size;
         *fdsetp = fdset;
         *polldatap = polldata;
+
+        LOG(log_debug, logtype_default, "fdset_add_fd: initialized with space for %i conncections", 
+            maxconns);
     }
 
     /* 2 */