]> granicus.if.org Git - apache/commit
Fix logging of errors creating the httpd.pid file.
authorJeff Trawick <trawick@apache.org>
Mon, 12 Jun 2000 21:39:57 +0000 (21:39 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 12 Jun 2000 21:39:57 +0000 (21:39 +0000)
commitbfbb1c736d0164f35521d68c7e639d79d85291da
treea2e85e9c673e539cf345fd995569ab989490256b
parent93a6d2f3a76ef62f5a450c7fb7c8fd4166384c65
Fix logging of errors creating the httpd.pid file.

perror() was converted to ap_log_error(), which will interpret the
specified APR error code properly.

The existing ap_log_error() call was changed so that the message is
formatted properly.  Note that this call is made from the mpm after
we detach from the foreground process, so it can only appear in the
log.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85551 13f79535-47bb-0310-9956-ffa450edef68
server/log.c