libs-gsweb/GSWAdaptors/Apache
Dave Wetzel edfd34c489 Changed logging to include the file name and line number.
A logfile with "[debug] ../common/GSWUtil.c(165)" does not make much sense :-)
- GSWLog(GSW_WARNING,p_pLogServerData,
+ GSWLog(__FILE__, __LINE__, GSW_WARNING,p_pLogServerData,



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@24219 72102866-910b-0410-8b05-ffd578937521
2006-12-19 22:41:28 +00:00
..
config.guess * GSWAdaptors/Apache/mod_gsweb.c: Rename GSWeb_Module to 2005-05-09 12:20:18 +00:00
config.sub * GSWAdaptors/Apache/mod_gsweb.c: Rename GSWeb_Module to 2005-05-09 12:20:18 +00:00
configure * GSWAdaptors/Apache/configure.ac: Only add to CPPFLAGS if 2005-05-16 11:21:27 +00:00
configure.ac * GSWAdaptors/Apache/configure.ac: Only add to CPPFLAGS if 2005-05-16 11:21:27 +00:00
GNUmakefile-Apache1x * GSWAdaptors/Apache/mod_gsweb.c (sendResponse): Add cast. 2003-02-28 18:37:43 +00:00
GNUmakefile-Apache2x 2003-04-04 Manuel Guesdon <mguesdon@orange-concept.com> 2003-04-04 18:24:19 +00:00
GNUmakefile.in * GSWAdaptors/Apache/mod_gsweb.c: Rename GSWeb_Module to 2005-05-09 12:20:18 +00:00
INSTALL * GSWAdaptors/Apache/mod_gsweb.c: Rename GSWeb_Module to 2005-05-09 12:20:18 +00:00
install-sh * GSWAdaptors/Apache/mod_gsweb.c: Rename GSWeb_Module to 2005-05-09 12:20:18 +00:00
mod_gsweb.c Changed logging to include the file name and line number. 2006-12-19 22:41:28 +00:00