aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r--src/or/dirserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index df3a913a1..e43c57029 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -1485,7 +1485,7 @@ dirserv_get_directory(void)
return dirserv_pick_cached_dir_obj(cached_directory, the_directory,
the_directory_is_dirty,
dirserv_regenerate_directory,
- "server directory", V1_AUTHORITY);
+ "v1 server directory", V1_AUTHORITY);
}
/** Only called by v1 auth dirservers.