Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Assouad committed Feb 28, 2024
1 parent 4afa458 commit 528719b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private RssiFilter getFilter() {
mFilter = (RssiFilter) BeaconManager.getRssiFilterImplClass().newInstance();
} catch (Exception e) {
LogManager.e(TAG, "Failed with exception %s", e.toString());
LogManager.e(TAG, "Could not construct RssiFilterImplClass %s", BeaconManager.getRssiFilterImplClass().getName());
LogManager.e(TAG, "Could not construct class %s", BeaconManager.getRssiFilterImplClass().getName());
LogManager.e(TAG, "Will default to RunningAverageRssiFilter");
mFilter = new RunningAverageRssiFilter();
}
Expand Down

0 comments on commit 528719b

Please sign in to comment.