diff options
author | Andrea Shepard <andrea@persephoneslair.org> | 2012-06-19 04:07:30 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-22 22:21:19 -0400 |
commit | 4c62cc6f9997c215ff2687ce342e00d630d922c7 (patch) | |
tree | 6783311b9c631eb294ae3aeb3b141fbf3691f909 /changes | |
parent | e6782b355ae77455aaff3af9fe3831c07312a5c8 (diff) | |
download | tor-4c62cc6f9997c215ff2687ce342e00d630d922c7.tar.gz tor-4c62cc6f9997c215ff2687ce342e00d630d922c7.zip |
Make format_helper_exit_status() avoid unnecessary spaces
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5557 | 3 |
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. |