summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@persephoneslair.org>2012-06-19 04:07:30 -0700
committerNick Mathewson <nickm@torproject.org>2012-06-22 22:21:19 -0400
commit4c62cc6f9997c215ff2687ce342e00d630d922c7 (patch)
tree6783311b9c631eb294ae3aeb3b141fbf3691f909 /changes
parente6782b355ae77455aaff3af9fe3831c07312a5c8 (diff)
downloadtor-4c62cc6f9997c215ff2687ce342e00d630d922c7.tar.gz
tor-4c62cc6f9997c215ff2687ce342e00d630d922c7.zip
Make format_helper_exit_status() avoid unnecessary spaces
Diffstat (limited to 'changes')
-rw-r--r--changes/bug55573
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug5557 b/changes/bug5557
new file mode 100644
index 0000000000..c73fbe2839
--- /dev/null
+++ b/changes/bug5557
@@ -0,0 +1,3 @@
+ o Minor bugfixes
+ - Make format_helper_exit_status() avoid unnecessary space padding and
+ stop confusing log_from_pipe(). Fixes ticket 5557.