- From: ONIME EHIMIKA OHIREIME <onime@ictp.trieste.it>
- Date: Thu, 21 Oct 1999 13:42:11 +0200 (MET DST)
- To: ameyer@ix.netcom.com
- cc: www4mail-comments@w3c.org
Okay, I final got round to looking into this and it is not a bug at all.. There is a sub-routine called &check_file_name that tries to check the name of the log files and this sub-routine prepends ">>" to variables such as $conf->{ErrorLog}. SO it works fine (infact using your modification stops proper operation of update_master_log) with out your modification. Thanks Clement Onime On Wed, 20 Oct 1999, ONIME EHIMIKA OHIREIME wrote: > > Okay > Thanks for this one... > > Clement Onime > > On Mon, 18 Oct 1999 ameyer@ix.netcom.com wrote: > > > There is a minor bug affecting debugging in the subroutine > > &update_master_log. > > > > open (TMP2, "$conf->{ErrorLog}"); > > > > should be: > > > > open (TMP2, ">$conf->{ErrorLog}"); > > > > --- > > Alan Meyer > > AM Systems > > Randallstown, MD > > U.S.A. > > >
Received on Thursday, 21 October 1999 07:49:21 UTC