/[anubis]/anubis/src/daemon.c
ViewVC logotype

Diff of /anubis/src/daemon.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by gray, Thu Feb 6 15:47:54 2003 UTC revision 1.5 by gray, Thu Mar 6 18:33:42 2003 UTC
# Line 89  sig_cld(int code) Line 89  sig_cld(int code)
89          while ((pid = waitpid(-1, &status, WNOHANG)) > 0)          while ((pid = waitpid(-1, &status, WNOHANG)) > 0)
90          {          {
91                  nchild--;                  nchild--;
92                  info(VERBOSE, _("Child [%d] finished. Exit status: %s. %d client(s) left."),                  info(VERBOSE,
93                          pid, WIFEXITED(status) ? _("OK") : _("ERROR"), nchild);                       ngettext("Child [%lu] finished. Exit status: %s. %d client left.",
94                                  "Child [%lu] finished. Exit status: %s. %d clients left.",
95                                   nchild),
96                         (unsigned long) pid,
97                         WIFEXITED(status) ? _("OK") : _("ERROR"), nchild);
98          }          }
99          return;          return;
100  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26