Skip to content

Commit

Permalink
change logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 24, 2024
1 parent d1cfd47 commit 753b70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Backend/Bluetooth/bluetooth_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 753b70c

Please sign in to comment.