diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-09-25 18:47:13 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-09-25 18:47:13 +0000 |
commit | b6d5a7041aa8f49c695a3f4c136d7a865c689b1c (patch) | |
tree | 89709613fc4505a38e60d63e2bfe505cf575b851 /doc | |
parent | 857a547f0cfd32cade36b0c9733783f059685cf8 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/wishlist:_display_name_of_object_when_addWatcher_gets_a_permission_denied/comment_1_d2665e7347689b520d37561cfddf0aa8._comment | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_display_name_of_object_when_addWatcher_gets_a_permission_denied/comment_1_d2665e7347689b520d37561cfddf0aa8._comment b/doc/todo/wishlist:_display_name_of_object_when_addWatcher_gets_a_permission_denied/comment_1_d2665e7347689b520d37561cfddf0aa8._comment new file mode 100644 index 000000000..de0528855 --- /dev/null +++ b/doc/todo/wishlist:_display_name_of_object_when_addWatcher_gets_a_permission_denied/comment_1_d2665e7347689b520d37561cfddf0aa8._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.108.220" + subject="comment 1" + date="2013-09-25T18:47:13Z" + content=""" +This is an exception from the inotify library, which is what contains the `addWatch` function. I catch and display the exception. Since `addWatch` is only passed a directory to watch, the most I could do is tack on the name of the directory when displaying the exception. That does not seem likely to be much help? +"""]] |