[or-cvs] better warn message for failed hidserv desc fetch

Roger Dingledine arma at seul.org
Sun Oct 3 00:06:49 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or

Modified Files:
	rendclient.c 
Log Message:
better warn message for failed hidserv desc fetch


Index: rendclient.c
===================================================================
RCS file: /home/or/cvsroot/src/or/rendclient.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- rendclient.c	2 Jul 2004 23:40:03 -0000	1.53
+++ rendclient.c	3 Oct 2004 00:06:47 -0000	1.54
@@ -385,7 +385,7 @@
         connection_mark_for_close(conn);
       }
     } else { /* 404, or fetch didn't get that far */
-      log_fn(LOG_WARN,"service id '%s' fetched failed, and not in cache. Closing conn.", query);
+      log_fn(LOG_WARN,"Failed to fetch service id '%s', and not in cache. Closing conn.", query);
       conn->has_sent_end = 1;
       connection_mark_for_close(conn);
     }



More information about the tor-commits mailing list