[or-cvs] Note which directory server said 400 to a renddesc.

Nick Mathewson nickm at seul.org
Mon Aug 8 17:32:19 UTC 2005


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

Modified Files:
	directory.c 
Log Message:
Note which directory server said 400 to a renddesc.

Index: directory.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/directory.c,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -d -r1.240 -r1.241
--- directory.c	7 Aug 2005 21:24:00 -0000	1.240
+++ directory.c	8 Aug 2005 17:32:17 -0000	1.241
@@ -837,7 +837,7 @@
         log_fn(LOG_INFO,"Uploading rendezvous descriptor: finished with status 200 (\"%s\")", reason);
         break;
       case 400:
-        log_fn(LOG_WARN,"http status 400 (\"%s\") response from dirserver. Malformed rendezvous descriptor?", reason);
+        log_fn(LOG_WARN,"http status 400 (\"%s\") response from dirserver '%s'. Malformed rendezvous descriptor?", reason, conn->address);
         break;
       default:
         log_fn(LOG_WARN,"http status %d (\"%s\") response unexpected (server '%s').", status_code, reason, conn->address);



More information about the tor-commits mailing list