fix: Better error in discover
This commit is contained in:
parent
73efcd5ff3
commit
bf15a3a023
2 changed files with 23 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ extension LocalizedExceptionExtension on Object {
|
|||
if (this is MatrixConnectionException) {
|
||||
L10n.of(context).noConnectionToTheServer;
|
||||
}
|
||||
Logs().d('Something went wrong: ', this);
|
||||
Logs().w('Something went wrong: ', this);
|
||||
return L10n.of(context).oopsSomethingWentWrong;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue