aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2020-04-12 13:13:50 -0700
committerNeel Chauhan <neel@neelc.org>2020-04-12 13:13:50 -0700
commit8e59b8560a4ce372497ea7bf5bcddff0c5211ebc (patch)
tree1df6c00ea39e6c7c1ae3ce635860c0555cc73076 /changes
parent80031db32abebaf4d0a91c01db258fcdbd54a471 (diff)
downloadtor-8e59b8560a4ce372497ea7bf5bcddff0c5211ebc.tar.gz
tor-8e59b8560a4ce372497ea7bf5bcddff0c5211ebc.zip
Return a descriptive error for 'GETINFO status/fresh-relay-descs'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket328736
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket32873 b/changes/ticket32873
new file mode 100644
index 0000000000..65ea1f64ad
--- /dev/null
+++ b/changes/ticket32873
@@ -0,0 +1,6 @@
+ o Minor features (control port):
+ - Return a descriptive error message from the 'GETINFO
+ status/fresh-relay-descs' command on the control port.
+ Previously, we returned a generic error of "Error
+ generating descriptor". Closes ticket 32873. Patch by
+ Neel Chauhan.