diff options
author | Joe Orton <jorton@apache.org> | 2020-09-15 11:14:39 +0200 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2020-09-15 11:14:39 +0200 |
commit | 250bd58c5d2f5dcb8da2993987694e357f787b14 (patch) | |
tree | 525c6c6336ab5bb5eee437db59006881cfa2a6e0 /changes-entries | |
parent | * Update change entries via make update-changes [skip ci] (diff) | |
download | apache2-250bd58c5d2f5dcb8da2993987694e357f787b14.tar.xz apache2-250bd58c5d2f5dcb8da2993987694e357f787b14.zip |
* modules/dav/fs/repos.c (dav_fs_open_stream): Add specific logs for
different modes in dav_fs_open_stream(), indicate failure because of
different file open modes. Also add the filepath in the log messages.
Github: closes #138
PR: 64413
Submitted by: Bingyu Shen <ahshenbingyu gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1881736 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r-- | changes-entries/pr64413.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes-entries/pr64413.txt b/changes-entries/pr64413.txt new file mode 100644 index 0000000000..a11d75bd86 --- /dev/null +++ b/changes-entries/pr64413.txt @@ -0,0 +1,3 @@ + *) mod_dav_fs: Improve logging output when failing to open files for + writing. PR 64413. [Bingyu Shen <ahshenbingyu gmail.com>] + |