libs-gsweb/GSWAdaptors
dwetzel f576040019 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
..
Apache Changed logging to include the file name and line number. 2006-12-19 22:41:28 +00:00
common Changed logging to include the file name and line number. 2006-12-19 22:41:28 +00:00
Doc * GSWAdaptors/Apache/mod_gsweb.c (sendResponse): Add cast. 2003-02-28 18:37:43 +00:00
netscape o Bug fixes 2004-12-27 16:33:24 +00:00