Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit 038fc6f

Browse files
committed
revert broken translations
1 parent 4dd37be commit 038fc6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/states/thumbnail.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ThumbnailCubit extends Cubit<ThumbnailState> {
1818
}
1919

2020
onThumbnailFailed() {
21-
_log.info('Failed to load thumbnail, trying another one');
21+
_log.fine('Failed to load thumbnail ${state.selected}, trying another one');
2222
if (state.urls.isNotEmpty) {
2323
List<String> thumbnails = List.from(state.urls);
2424
thumbnails.removeAt(0);

0 commit comments

Comments
 (0)