diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-09-15 09:51:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-09-15 09:51:48 -0400 |
commit | 2394c7401769c56226bd95b70f9b85928a3017de (patch) | |
tree | ba93e41992e8e9c1a2024f65054fe303328cb54b /changes/4027-diagnose | |
parent | 6a799c10eed145005b1755c49ea0d9c787df44b7 (diff) | |
download | tor-2394c7401769c56226bd95b70f9b85928a3017de.tar tor-2394c7401769c56226bd95b70f9b85928a3017de.tar.gz |
Log errno on listener socket creation failure.
This may help diagnose bug 4027.
Diffstat (limited to 'changes/4027-diagnose')
-rw-r--r-- | changes/4027-diagnose | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/4027-diagnose b/changes/4027-diagnose new file mode 100644 index 000000000..3fb6bd012 --- /dev/null +++ b/changes/4027-diagnose @@ -0,0 +1,4 @@ + o Minor features (diagnostics): + - When the system call to create a listener socket fails, log the + error message explaining why. This may help diagnose bug 4027. + |