summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-curl/webdavdatasupplier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-curl/webdavdatasupplier.cxx')
-rw-r--r--ucb/source/ucp/webdav-curl/webdavdatasupplier.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav-curl/webdavdatasupplier.cxx b/ucb/source/ucp/webdav-curl/webdavdatasupplier.cxx
index d7213a0d13ee..d97e6ce3e320 100644
--- a/ucb/source/ucp/webdav-curl/webdavdatasupplier.cxx
+++ b/ucb/source/ucp/webdav-curl/webdavdatasupplier.cxx
@@ -68,7 +68,7 @@ auto DumpResources(std::vector<DAVResource> const& rResources) -> OUString
try {
CurlUri const uri(rResource.uri);
buf.append("> parsed URL: <");
- buf.append(DecodeURI(uri.GetPath()));
+ buf.append(DecodeURI(uri.GetRelativeReference()));
buf.append("> ");
} catch (...) {
// parsing uri could fail