diff options
Diffstat (limited to '')
| -rw-r--r-- | src/http/modules/ngx_http_dav_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_dav_module.c b/src/http/modules/ngx_http_dav_module.c index 7c3cb9e2c..09dac0ef4 100644 --- a/src/http/modules/ngx_http_dav_module.c +++ b/src/http/modules/ngx_http_dav_module.c @@ -599,7 +599,7 @@ destination_done: { ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "both URI \"%V\" and \"Destination\" URI \"%V\" " - "should be either collections or non-collections", + "should be either collections or non-collections", &r->uri, &dest->value); return NGX_HTTP_CONFLICT; } |
