[Libreoffice-commits] core.git: connectivity/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Aug 15 10:34:21 UTC 2018


 connectivity/source/drivers/postgresql/pq_connection.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4b84202e8e495ed2f658215357963f3d23e94528
Author:     Lionel Elie Mamane <lionel at mamane.lu>
AuthorDate: Wed Aug 15 12:30:50 2018 +0200
Commit:     Lionel Elie Mamane <lionel at mamane.lu>
CommitDate: Wed Aug 15 12:33:54 2018 +0200

    pgsql-sdbc: better debug message
    
    Change-Id: I28a218b39be6436bac3cbdaa9dd25385c7964d09

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 );
         }
     }
 }


More information about the Libreoffice-commits mailing list