diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-08-03 11:48:43 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-08-03 11:48:43 -0400 |
commit | eec0d54ba293c7c0f76fc012dc87537ce12788b3 (patch) | |
tree | e695123d9f52ce7bda048630690d3bc025a37c50 | |
parent | 3abbb9b0f27b2c32ceda6a8d673e6dac87de42db (diff) |
patch sent to hinotify
-rw-r--r-- | doc/bugs/Error_writing_log_message_when_filename_contains_Unicode_chars/comment_3_eb14f37daebccca05c413acd3112e5a0._comment | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/Error_writing_log_message_when_filename_contains_Unicode_chars/comment_3_eb14f37daebccca05c413acd3112e5a0._comment b/doc/bugs/Error_writing_log_message_when_filename_contains_Unicode_chars/comment_3_eb14f37daebccca05c413acd3112e5a0._comment new file mode 100644 index 000000000..c486518a4 --- /dev/null +++ b/doc/bugs/Error_writing_log_message_when_filename_contains_Unicode_chars/comment_3_eb14f37daebccca05c413acd3112e5a0._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2015-08-03T15:28:00Z" + content=""" +I've developed a patch to hinotify that fixes the problem. Hopefully it will +be accepted upstream soon. Verified that with it, the assistant can add +these files even when run in LANG=C. + +The debug logger still shows the error message, but it's not actually fatal, +and I'm inclined to not do anything about it since it only shows up when +debugging is enabled. Actually, I'm not sure what to do about it; it's +writing to stderr, which has fileEncoding set on it, so I don't understand +why it's having the problem -- when git-annex writes filenames to stderr it +works ok, but when System.Log.Handler.Simple does, it fails like this +weird. +"""]] |