Skip to content

Commit

Permalink
instabug device disconnected warn to info
Browse files Browse the repository at this point in the history
  • Loading branch information
josancamon19 committed Jun 21, 2024
1 parent c7dc011 commit e2cc23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/AppWithWearable/lib/pages/home/page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class _HomePageWrapperState extends State<HomePageWrapper> with WidgetsBindingOb
setState(() {
_device = null;
});
InstabugLog.logWarn('Friend Device Disconnected');
InstabugLog.logInfo('Friend Device Disconnected');
if (SharedPreferencesUtil().reconnectNotificationIsChecked) {
createNotification(
title: 'Friend Device Disconnected', body: 'Please reconnect to continue using your Friend.');
Expand Down

0 comments on commit e2cc23d

Please sign in to comment.