Skip to content

Commit e4b35f4

Browse files
committed
modules/dav/main/mod_dav.c: rephrase log messages when setting modification times for directory (MKCOL)
Signed-off-by: Leo <i@hardrain980.com>
1 parent 95d0cb5 commit e4b35f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/dav/main/mod_dav.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2943,11 +2943,11 @@ static int dav_method_mkcol(request_rec *r)
29432943
if (mtime_aware) {
29442944
err = (resource->hooks->set_mtime)(resource, mtime);
29452945
ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r,
2946-
"Setting mtime for file.");
2946+
"Setting modification time for directory.");
29472947
}
29482948
else {
29492949
ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r,
2950-
"Unable to set mtime: provider does not support \"set_mtime\".");
2950+
"Provider does not support setting modification times.");
29512951
}
29522952
}
29532953

0 commit comments

Comments
 (0)