[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] backport another log message improvement
Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/0091/tor/src/or
Modified Files:
Tag: tor-0_0_9-patches
directory.c
Log Message:
backport another log message improvement
Index: directory.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/directory.c,v
retrieving revision 1.181.2.12
retrieving revision 1.181.2.13
diff -u -d -r1.181.2.12 -r1.181.2.13
--- directory.c 3 Feb 2005 23:37:21 -0000 1.181.2.12
+++ directory.c 3 Feb 2005 23:38:36 -0000 1.181.2.13
@@ -859,7 +859,7 @@
tor_free(url);
if (dlen == 0) {
- log_fn(LOG_NOTICE,"My directory is empty. Closing.");
+ log_fn(LOG_NOTICE,"Client asked for the mirrored directory, but we don't have a good one yet. Sending 503 Dir not available.");
connection_write_to_buf(answer503, strlen(answer503), conn);
return 0;
}