Skip to content

Commit f4128dd

Browse files
committed
modules/dav/fs/repos.c, docs/log-message-tags/next-number: reset APLOGNO() after rebase
Signed-off-by: Leo <[email protected]>
1 parent 8170906 commit f4128dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/log-message-tags/next-number

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10543
1+
10544

modules/dav/fs/repos.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ static dav_error * dav_fs_set_mtime(dav_resource *resource, apr_time_t mtime)
11731173
status = apr_file_mtime_set(resource->info->pathname, mtime, pool);
11741174

11751175
if (status != APR_SUCCESS) {
1176-
ap_log_perror(APLOG_MARK, APLOG_ERR, status, pool, APLOGNO(10519)
1176+
ap_log_perror(APLOG_MARK, APLOG_ERR, status, pool, APLOGNO(10543)
11771177
"Failed setting modification time for file %s.",
11781178
resource->info->pathname);
11791179
return dav_new_error(pool, HTTP_INTERNAL_SERVER_ERROR, 0, status,

0 commit comments

Comments
 (0)