*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@6895 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Manuel Guesdon 2000-07-08 17:24:44 +00:00
parent fe5af63056
commit 100d9b5b83
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,6 @@
2000-07-08 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWAdaptors/Apache/GNUmakefile: added -I/usr/include/apache in APACHEHEADERS
* GSWAdaptors/common/GSWConfig.c: added directive name in GSWConfig_SetConfigFilePath errore message
2000-06-20 Karl Kraft <karl@nfox.com>
* GSWCheckBoxList.m Added support for the disabled key.

View file

@ -150,7 +150,9 @@ void GSWConfig_SetConfigFilePath(CONST char* p_pszConfigFilePath)
g_gswConfig.pszConfigFilePath=strdup(p_pszConfigFilePath);
else
{
GSWLog(GSW_CRITICAL,NULL,"GSWeb: No path for config file.");
GSWLog(GSW_CRITICAL,NULL,
"GSWeb: No path for config file. Add a %s directive in your web server configuration",
g_szGSWeb_Conf_ConfigFilePath);
};
};