We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def26c6 commit 36cd24cCopy full SHA for 36cd24c
1 file changed
pgjdbc/src/main/java/org/postgresql/Driver.java
@@ -271,7 +271,7 @@ private Properties loadDefaultProperties() throws IOException {
271
// parse URL and add more properties
272
if ((props = parseURL(url, props)) == null) {
273
throw new PSQLException(
274
- GT.tr("Unable to parse URL "),
+ GT.tr("Unable to parse URL {0}", url),
275
PSQLState.UNEXPECTED_ERROR);
276
}
277
try {
0 commit comments