[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r13792: make complaint about not having the v1 directory quieter. no (tor/branches/tor-0_2_0-patches/src/or)
Author: arma
Date: 2008-03-01 04:37:59 -0500 (Sat, 01 Mar 2008)
New Revision: 13792
Modified:
tor/branches/tor-0_2_0-patches/src/or/directory.c
Log:
make complaint about not having the v1 directory quieter. nobody cares.
Modified: tor/branches/tor-0_2_0-patches/src/or/directory.c
===================================================================
--- tor/branches/tor-0_2_0-patches/src/or/directory.c 2008-03-01 08:58:42 UTC (rev 13791)
+++ tor/branches/tor-0_2_0-patches/src/or/directory.c 2008-03-01 09:37:59 UTC (rev 13792)
@@ -2191,8 +2191,8 @@
cached_dir_t *d = dirserv_get_directory();
if (!d) {
- log_notice(LD_DIRSERV,"Client asked for the mirrored directory, but we "
- "don't have a good one yet. Sending 503 Dir not available.");
+ log_info(LD_DIRSERV,"Client asked for the mirrored directory, but we "
+ "don't have a good one yet. Sending 503 Dir not available.");
write_http_status_line(conn, 503, "Directory unavailable");
/* try to get a new one now */
if (!already_fetching_directory(DIR_PURPOSE_FETCH_DIR) &&