aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-27 23:48:17 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-27 23:48:17 -0400
commit234dfb0c65bb4239d5fc497df10d1759c3577af2 (patch)
treee534c69ea8888138053026e5a8444186b1700ee8 /changes
parent9efd970dd9e04177832312d6d611a855ec4e455f (diff)
downloadtor-234dfb0c65bb4239d5fc497df10d1759c3577af2.tar
tor-234dfb0c65bb4239d5fc497df10d1759c3577af2.tar.gz
Better log message when writing a CR in text mode on windows
Help to diagnose #11233
Diffstat (limited to 'changes')
-rw-r--r--changes/bug112334
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug11233 b/changes/bug11233
new file mode 100644
index 000000000..1161b6dfd
--- /dev/null
+++ b/changes/bug11233
@@ -0,0 +1,4 @@
+ o Minor features:
+ - When we encounter an unexpected CR in text that we're trying to
+ write to a file on Windows, log the name of the file. Should help
+ diagnosing bug 11233.