mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
Fix wrong log tag
This commit is contained in:
parent
f0aa5eb23c
commit
31fd2ab5fa
1 changed files with 1 additions and 1 deletions
|
@ -250,5 +250,5 @@ class ListSharingBloc extends Bloc<ListSharingBlocEvent, ListSharingBlocState> {
|
|||
late final _shareRemovedListener =
|
||||
AppEventListener<ShareRemovedEvent>(_onShareRemovedEvent);
|
||||
|
||||
static final _log = Logger("bloc.list_share.ListSharingBloc");
|
||||
static final _log = Logger("bloc.list_sharing.ListSharingBloc");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue