summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-curl/ContentProperties.cxx
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2021-10-08 11:58:04 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2021-11-01 18:27:05 +0100
commit97a22b7a584ae6f5237e18be3265e1a72705d773 (patch)
tree1d0b35ee0f49ee856473859e4b9985ce546d6815 /ucb/source/ucp/webdav-curl/ContentProperties.cxx
parent98c05dd05318e6c8a77801d85c015539d933ffa6 (diff)
ucb: webdav-curl: Add/change some logs in WebDAV ucb.ucp layer.
[ replicate commit dd9c15b36f69bec4d4fc9b0049f7e496e5eb9e9d ] Change-Id: I9eb87ea7216c83ce1ac63f65dd96ebe6760a50a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123273 Tested-by: Michael Stahl <michael.stahl@allotropia.de> Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'ucb/source/ucp/webdav-curl/ContentProperties.cxx')
-rw-r--r--ucb/source/ucp/webdav-curl/ContentProperties.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav-curl/ContentProperties.cxx b/ucb/source/ucp/webdav-curl/ContentProperties.cxx
index 53e4593fc342..ea5357fcd88e 100644
--- a/ucb/source/ucp/webdav-curl/ContentProperties.cxx
+++ b/ucb/source/ucp/webdav-curl/ContentProperties.cxx
@@ -77,8 +77,8 @@ ContentProperties::ContentProperties( const DAVResource& rResource )
: m_xProps( new PropertyValueMap ),
m_bTrailingSlash( false )
{
- SAL_WARN_IF( !rResource.uri.getLength(), "ucb.ucp.webdav",
- "ContentProperties ctor - Empty resource URI!" );
+ assert(!rResource.uri.isEmpty() &&
+ "ContentProperties ctor - Empty resource URI!");
// Title
try