Kaydet (Commit) cbbdd2f0 authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Tor Lillqvist

Correct the function names in two SAL_INFOs

üst 1360b28b
......@@ -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();
......
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