Kaydet (Commit) 4b84202e authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

pgsql-sdbc: better debug message

Change-Id: I28a218b39be6436bac3cbdaa9dd25385c7964d09
üst 0bbf91e3
......@@ -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 );
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment