summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_xuser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/postgresql/pq_xuser.cxx')
-rw-r--r--connectivity/source/drivers/postgresql/pq_xuser.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_xuser.cxx b/connectivity/source/drivers/postgresql/pq_xuser.cxx
index 766b80d2587a..e3985edbd0a1 100644
--- a/connectivity/source/drivers/postgresql/pq_xuser.cxx
+++ b/connectivity/source/drivers/postgresql/pq_xuser.cxx
@@ -128,9 +128,9 @@ sal_Int32 User::getPrivileges( const OUString& objName, sal_Int32 objType )
Statics & st = getStatics();
OUStringBuffer buf( 128 );
- buf.append( "User::getPrivileges[" + extractStringProperty( this, st.NAME ) +
- "] got called for " + objName + "(type=" +
- OUString::number(objType) + ")");
+ buf.append( "User::getPrivileges[" ).append( extractStringProperty( this, st.NAME ) )
+ .append( "] got called for " ).append( objName ).append( "(type=" )
+ .append( OUString::number(objType) ).append(")");
log(m_pSettings, LogLevel::Info, buf.makeStringAndClear());
}
// all privileges