mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Log the local Bluetooth address.
This commit is contained in:
@@ -60,6 +60,9 @@ class BluetoothPlugin extends AbstractPlugin implements StreamPlugin {
|
||||
synchronized(this) {
|
||||
super.start();
|
||||
localDevice = LocalDevice.getLocalDevice();
|
||||
if(LOG.isLoggable(Level.INFO))
|
||||
LOG.info("Local address " +
|
||||
localDevice.getBluetoothAddress());
|
||||
}
|
||||
} catch(UnsatisfiedLinkError e) {
|
||||
// On Linux the user may need to install libbluetooth-dev
|
||||
|
||||
Reference in New Issue
Block a user