mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 14:56:20 +01:00
Tweak logs
This commit is contained in:
parent
4a32f49a11
commit
e4f75b585a
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class ListShareeBloc extends Bloc<ListShareeBlocEvent, ListShareeBlocState> {
|
|||
yield ListShareeBlocLoading(ev.account, state.items);
|
||||
yield ListShareeBlocSuccess(ev.account, await _query(ev));
|
||||
} catch (e, stackTrace) {
|
||||
_log.severe("[_onEventQuery] Exception while request", e, stackTrace);
|
||||
_log.shout("[_onEventQuery] Exception while request", e, stackTrace);
|
||||
yield ListShareeBlocFailure(ev.account, state.items, e);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue