X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=errlog.c;h=58a3415e55f87fc02e1802ee14e21f3dcbe76077;hp=739736ce82b7ad64134bea03c06593f1084cbafd;hb=1e394f79a14ff27e921802252cbfa76393570969;hpb=9e28a91f9f178325db29c3062f9cbaeaeeef0460 diff --git a/errlog.c b/errlog.c index 739736ce..58a3415e 100644 --- a/errlog.c +++ b/errlog.c @@ -1,4 +1,4 @@ -const char errlog_rcs[] = "$Id: errlog.c,v 1.21 2001/10/25 03:40:47 david__schmidt Exp $"; +const char errlog_rcs[] = "$Id: errlog.c,v 1.22 2001/11/05 23:43:05 steudten Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/errlog.c,v $ @@ -33,6 +33,9 @@ const char errlog_rcs[] = "$Id: errlog.c,v 1.21 2001/10/25 03:40:47 david__schmi * * Revisions : * $Log: errlog.c,v $ + * Revision 1.22 2001/11/05 23:43:05 steudten + * Add time+date to log files. + * * Revision 1.21 2001/10/25 03:40:47 david__schmidt * Change in porting tactics: OS/2's EMX porting layer doesn't allow multiple * threads to call select() simultaneously. So, it's time to do a real, live, @@ -404,6 +407,7 @@ void log_error(int loglevel, char *fmt, ...) outc = sprintf(outbuf, "IJB(%ld) Gif-Deanimate: ", this_thread); break; case LOG_LEVEL_CLF: + outbuf = outbuf_save; outc = 0; outbuf[0] = '\0'; break;