diff --git a/lib/Backend/Bluetooth/bluetooth_manager.dart b/lib/Backend/Bluetooth/bluetooth_manager.dart index 6915ee84..9d34fbdf 100644 --- a/lib/Backend/Bluetooth/bluetooth_manager.dart +++ b/lib/Backend/Bluetooth/bluetooth_manager.dart @@ -29,7 +29,7 @@ class KnownDevices extends _$KnownDevices { } } } catch (e, s) { - bluetoothLog.shout("Unable to load stored devices due to $e", e, s); + bluetoothLog.severe("Unable to load stored devices due to $e", e, s); } return results;