mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Minor code cleanups.
This commit is contained in:
@@ -63,8 +63,8 @@ class BluetoothPlugin extends AbstractPlugin implements StreamPlugin {
|
||||
super.start();
|
||||
localDevice = LocalDevice.getLocalDevice();
|
||||
if(LOG.isLoggable(Level.INFO))
|
||||
LOG.info("Local address " +
|
||||
localDevice.getBluetoothAddress());
|
||||
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