diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-12-14 09:40:04 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-12-14 09:41:49 +0200 |
commit | cbbdd2f07ee68286614748ae6c64c3058a238c80 (patch) | |
tree | f8f920a623c9fad83ad42f8ea5ae60c7faf8ed7f /sd/source | |
parent | 1360b28b477f980a2c58659ffc298d0dd2cda20b (diff) |
Correct the function names in two SAL_INFOs
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/remotecontrol/BluetoothServer.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |