From cbbdd2f07ee68286614748ae6c64c3058a238c80 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 14 Dec 2012 09:40:04 +0200 Subject: Correct the function names in two SAL_INFOs --- sd/source/ui/remotecontrol/BluetoothServer.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sd/source') diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index cd28be93b9be..2db2f1fbce92 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.cxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -155,7 +155,7 @@ bool BluetoothServer::isDiscoverable() void BluetoothServer::setDiscoverable( bool aDiscoverable ) { #if (defined(LINUX) && !defined(__FreeBSD_kernel__)) && defined(ENABLE_DBUS) - SAL_INFO( "sdremote.bluetooth", "BluetoothServer::isDiscoverable called" ); + SAL_INFO( "sdremote.bluetooth", "BluetoothServer::setDiscoverable called" ); g_type_init(); gboolean aResult; @@ -249,7 +249,7 @@ void BluetoothServer::setDiscoverable( bool aDiscoverable ) void SAL_CALL BluetoothServer::run() { - SAL_INFO( "sdremote.bluetooth", "BluetoothServer::execute called" ); + SAL_INFO( "sdremote.bluetooth", "BluetoothServer::run called" ); #if (defined(LINUX) && !defined(__FreeBSD_kernel__)) && defined(ENABLE_DBUS) g_type_init(); -- cgit