From: Zoran V. <vas...@us...> - 2005-10-19 13:26:47
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10675 Modified Files: ChangeLog Log Message: See file. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.218 retrieving revision 1.219 diff -C2 -d -r1.218 -r1.219 *** ChangeLog 17 Oct 2005 11:43:58 -0000 1.218 --- ChangeLog 19 Oct 2005 13:26:34 -0000 1.219 *************** *** 1,5 **** 2005-10-17 Zoran Vasiljevic <vas...@us...> ! * nsdlog/nslog.c: missed initialization of logfile descriptor. This caused us to close invalid descriptor in LogOpen. As the result, the interactive NS mode assumed non-interactive use and --- 1,10 ---- + 2005-10-19 Zoran Vasiljevic <vas...@us...> + + * nslog/nslog.c (Ns_ModuleInit): failed to create the log + file when given the relative path. + 2005-10-17 Zoran Vasiljevic <vas...@us...> ! * nslog/nslog.c: missed initialization of logfile descriptor. This caused us to close invalid descriptor in LogOpen. As the result, the interactive NS mode assumed non-interactive use and |