]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
fix minor annoyance on z/OS: __FILE__ is set to
authorJeff Trawick <trawick@apache.org>
Tue, 24 May 2005 22:11:24 +0000 (22:11 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 24 May 2005 22:11:24 +0000 (22:11 +0000)
commit76c0a8bdd2a3d9b628498e075e47e17a44183bff
treeca956fa2cdbdafc7833855d9316b7b06e95aec0a
parente9323f0ebd747921902346914777512a6cfc6cd4
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

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