summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2018-08-15 12:30:50 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2018-08-15 12:33:54 +0200
commit4b84202e8e495ed2f658215357963f3d23e94528 (patch)
tree64a46ed5d16215b048ab393f420be303324240e7 /connectivity
parent0bbf91e3cf43b8f2110db78e36e39d951b79a544 (diff)
pgsql-sdbc: better debug message
Change-Id: I28a218b39be6436bac3cbdaa9dd25385c7964d09
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/postgresql/pq_connection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_connection.cxx b/connectivity/source/drivers/postgresql/pq_connection.cxx
index fa0627e8100d..fe113e0c0585 100644
--- a/connectivity/source/drivers/postgresql/pq_connection.cxx
+++ b/connectivity/source/drivers/postgresql/pq_connection.cxx
@@ -470,7 +470,7 @@ static void properties2arrays( const Sequence< PropertyValue > & args,
else
{
// ignore for now
- SAL_WARN("connectivity.postgresql", "sdbc-postgresql: unknown argument " << args[i].Name );
+ SAL_WARN("connectivity.postgresql", "sdbc-postgresql: unknown argument '" << args[i].Name << "' having value: " << args[i].Value );
}
}
}