From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 20 Oct 2008 17:09:25 +0000 (+0000)
Subject: Update init_error_log() description to match reality.
X-Git-Tag: v_3_0_11~195
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/static/diff?a=commitdiff_plain;h=3d783cd46aa06e267d4b430d5dec9685db1fdac8;p=privoxy.git

Update init_error_log() description to match reality.
---

diff --git a/errlog.c b/errlog.c
index 6319f35d..2e62e6aa 100644
--- a/errlog.c
+++ b/errlog.c
@@ -1,4 +1,4 @@
-const char errlog_rcs[] = "$Id: errlog.c,v 1.77 2008/09/07 12:43:44 fabiankeil Exp $";
+const char errlog_rcs[] = "$Id: errlog.c,v 1.78 2008/09/07 16:59:31 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/errlog.c,v $
@@ -33,6 +33,10 @@ const char errlog_rcs[] = "$Id: errlog.c,v 1.77 2008/09/07 12:43:44 fabiankeil E
  *
  * Revisions   :
  *    $Log: errlog.c,v $
+ *    Revision 1.78  2008/09/07 16:59:31  fabiankeil
+ *    Update a comment to reflect that we
+ *    have mutex support on mingw32 now.
+ *
  *    Revision 1.77  2008/09/07 12:43:44  fabiankeil
  *    Move the LogPutString() call in log_error() into the locked
  *    region so the Windows GUI log is consistent with the logfile.
@@ -619,8 +623,7 @@ void disable_logging(void)
  *
  * Parameters  :
  *          1  :  prog_name  = The program name.
- *          2  :  logfname   = The logfile name, or NULL for stderr.
- *          3  :  debuglevel = The debugging level.
+ *          2  :  logfname   = The logfile to (re)open.
  *
  * Returns     :  N/A
  *