[or-cvs] Also here.

Nick Mathewson nickm at seul.org
Tue Oct 25 17:42:11 UTC 2005


Update of /home/or/cvsroot/tor/src/common
In directory moria:/tmp/cvs-serv3530/src/common

Modified Files:
	log.c 
Log Message:
Also here.

Index: log.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/log.c,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- log.c	25 Oct 2005 07:05:03 -0000	1.102
+++ log.c	25 Oct 2005 17:42:09 -0000	1.103
@@ -295,7 +295,7 @@
 {
   va_list ap;
   va_start(ap,format);
-  logv(LOG_ERR, domain, _log_fn_function_name, format, ap);
+  logv(LOG_WARN, domain, _log_fn_function_name, format, ap);
   va_end(ap);
   _log_fn_function_name = NULL;
 }



More information about the tor-commits mailing list