fix warning
This commit is contained in:
parent
dfbe0ba0e6
commit
b97f1abff3
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ class GlunovoPlugin @Inject constructor(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (e: SecurityException) {
|
} catch (e: SecurityException) {
|
||||||
aapsLogger.error(e.localizedMessage)
|
aapsLogger.error(LTag.CORE, "Exception", e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue