X-Git-Url: http://www.privoxy.org/gitweb/show-status?a=blobdiff_plain;f=errlog.c;h=21e062db77ad6be99f5c3d498660dd98d58fe3f5;hb=b079d015ebcc9f7e91c79b70ab4139ef6990cc47;hp=f2ec3ff35660c3115325fe948021f8643a385cec;hpb=af31785cde42288c236ca4d0ba850d02e466c907;p=privoxy.git diff --git a/errlog.c b/errlog.c index f2ec3ff3..21e062db 100644 --- a/errlog.c +++ b/errlog.c @@ -1,4 +1,3 @@ -const char errlog_rcs[] = "$Id: errlog.c,v 1.128 2017/05/29 10:06:09 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/errlog.c,v $ @@ -79,9 +78,6 @@ const char errlog_rcs[] = "$Id: errlog.c,v 1.128 2017/05/29 10:06:09 fabiankeil #include "jbsockets.h" #endif -const char errlog_h_rcs[] = ERRLOG_H_VERSION; - - /* * LOG_LEVEL_FATAL cannot be turned off. (There are * some exceptional situations where we need to get a @@ -954,7 +950,7 @@ void log_error(int loglevel, const char *fmt, ...) #if defined(_WIN32) && !defined(_WIN_CONSOLE) /* Write to display */ - LogPutString(outbuf_save); + LogPutString(outbuf); #endif /* defined(_WIN32) && !defined(_WIN_CONSOLE) */ unlock_logfile();