Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public DataStore initialize(Map<String, Object> dsInfos) {
}
}
} catch (URISyntaxException e) {
throw new InvalidParameterValueException(url + " is not a valid uri");
throw new InvalidParameterValueException(logString + " is not a valid uri. Note that the URL in this message has been sanitized");
}

if (dcId == null) {
Expand Down