]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
when we bail out due to a fatal error in apr_shm_init(), be sure
authorJeff Trawick <trawick@apache.org>
Thu, 30 Aug 2001 15:44:13 +0000 (15:44 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 30 Aug 2001 15:44:13 +0000 (15:44 +0000)
commit938bf4075bf3cfba9ef0127587d5b6a3181de968
tree51b050441fd7a961f1d33992f59dac7008727604
parenta4b4e1a534b47776e0ebc6be15d01af9e0d51fcf
when we bail out due to a fatal error in apr_shm_init(), be sure
to print the apr_status_t in numeric form

the old message

lt-httpd: could not open(create) scoreboard: Unknown resolver error

wasn't so useful, but the new, improved message

lt-httpd: could not open(create) scoreboard: (22528)Unknown resolver error

makes it look like a syscall is returning ENOSPC and that apr shmem
is returning (APR_OS_START_SYSERR + errno) instead of simply errno.

off to APR land...

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