]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
merge this fix from trunk:
authorJeff Trawick <trawick@apache.org>
Tue, 28 Jun 2005 10:45:52 +0000 (10:45 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 28 Jun 2005 10:45:52 +0000 (10:45 +0000)
commit43b8271be17ab04e41f883dd5791abe4e0cafd3d
treeb6da5ccd034dd28e0f7479f48e7a8cb9f139fdfb
parente67ab5f6f776aa2f96ee57241af4306da914fffa
merge this fix from trunk:

fix minor annoyance on z/OS: __FILE__ is set to
"./foo.c" instead of simply "foo.c", so filter
out all but the basename before logging it with
debug messages

Reviewed by: pquerna, wrowe

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