aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-01-21 23:16:07 +0000
committerNick Mathewson <nickm@torproject.org>2005-01-21 23:16:07 +0000
commitde9b46ad641f5d0037f1aca64b1787e2f378b56f (patch)
treed3cb125c60cd7487cc7032a8f5c9ddd75165607d /src/or/directory.c
parent01cd23ef628cf0ff96743b04b18fb8573327d3fe (diff)
downloadtor-de9b46ad641f5d0037f1aca64b1787e2f378b56f.tar.gz
tor-de9b46ad641f5d0037f1aca64b1787e2f378b56f.zip
clean a couple of messages
svn:r3401
Diffstat (limited to 'src/or/directory.c')
-rw-r--r--src/or/directory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/directory.c b/src/or/directory.c
index e9255747e3..6fabc52450 100644
--- a/src/or/directory.c
+++ b/src/or/directory.c
@@ -969,7 +969,7 @@ directory_handle_command_post(connection_t *conn, char *headers,
if (!authdir_mode(get_options())) {
/* we just provide cached directories; we don't want to
* receive anything. */
- write_http_status_line(conn, 400, "Nonauthoritative directory does not not store server descriptors");
+ write_http_status_line(conn, 400, "Nonauthoritative directory does not not store server descriptors.");
return 0;
}