diff options
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/security/access_controller.cxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/stoc/source/security/access_controller.cxx b/stoc/source/security/access_controller.cxx index cbeb631d2be8..998c8b16ed47 100644 --- a/stoc/source/security/access_controller.cxx +++ b/stoc/source/security/access_controller.cxx @@ -607,13 +607,7 @@ PermissionCollection AccessController::getEffectivePermissions( rec->push_back( pair< OUString, Any >( userId, demanded_perm ) ); } #ifdef __DIAGNOSE - OUStringBuffer buf( 48 ); - buf.append( "> info: recurring call of user \"" ); - buf.append( userId ); - buf.append( "\"" ); - OString str( - OUStringToOString( buf.makeStringAndClear(), RTL_TEXTENCODING_ASCII_US ) ); - SAL_INFO("stoc",( "%s", str.getStr() ); + SAL_INFO("stoc", "> info: recurring call of user: " << userId ); #endif return PermissionCollection( new AllPermission() ); } |