summaryrefslogtreecommitdiff
path: root/desktop/source/deployment
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment')
-rw-r--r--desktop/source/deployment/misc/dp_ucb.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/misc/dp_ucb.cxx b/desktop/source/deployment/misc/dp_ucb.cxx
index 017aad657279..75bbbe843142 100644
--- a/desktop/source/deployment/misc/dp_ucb.cxx
+++ b/desktop/source/deployment/misc/dp_ucb.cxx
@@ -103,7 +103,7 @@ bool create_folder(
// invalid: has to be at least "auth:/..."
if (throw_exc)
throw ContentCreationException(
- "Cannot create folder (invalid path): " + url,
+ "Cannot create folder (invalid path): '" + url + "'",
Reference<XInterface>(), ContentCreationError_UNKNOWN );
return false;
}
@@ -154,7 +154,7 @@ bool create_folder(
}
if (throw_exc)
throw ContentCreationException(
- "Cannot create folder: " + url,
+ "Cannot create folder: '" + url + "'",
Reference<XInterface>(), ContentCreationError_UNKNOWN );
return false;
}