Improve the keypin-loading log message to be a bit less scary.

This commit is contained in:
Nick Mathewson
2018-01-26 12:30:59 -05:00
parent 7a74b3663f
commit aedcb1644d
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (directory authority):
- Directory authorities now open their key-pinning files as O_SYNC,
to prevent themselves from accidentally writing partial lines.
Closes ticket 23909.