diff options
-rw-r--r-- | src/child.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/child.c b/src/child.c index 9b5bf33..36cab71 100644 --- a/src/child.c +++ b/src/child.c @@ -1,4 +1,4 @@ -/* $Id: child.c,v 1.2 2002-05-29 20:49:55 rjkaes Exp $ +/* $Id: child.c,v 1.3 2002-06-05 17:02:15 rjkaes Exp $ * * Handles the creation/destruction of the various children required for * processing incoming connections. @@ -174,6 +174,8 @@ child_main(struct child_s* ptr) connfd = accept(listenfd, cliaddr, &clilen); + DEBUG2("Process %u has accepted connection", ptr->tid); + /* * Make sure no error occurred... */ |