- From: <ameyer@ix.netcom.com>
 - Date: Mon, 18 Oct 1999 15:37:44 -0400
 - To: www4mail-comments@w3c.org
 
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 Monday, 18 October 1999 15:39:19 UTC