Skip to content

Commit

Permalink
Improved logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristl committed Jan 15, 2024
1 parent b061af7 commit 2c4ee0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macless_haystack/lib/accessory/accessory_registry.dart
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class AccessoryRegistry extends ChangeNotifier {
}
logger.d(
'${reports.length - count} reports decrypted. Decryption of $count reports skipped, because they are already fetched and decrypted.');
//All hashes, that are not in the reportlist anymore can be deleted, because they are out of time
//All hashes, that are not in the reports anymore can be deleted, because they are out of time
accessory.clearHashesNotInList(hashes);
//Sort by date
decryptedReports.sort((a, b) {
Expand Down

0 comments on commit 2c4ee0c

Please sign in to comment.