fix warning

This commit is contained in:
Milos Kozak 2022-08-04 10:28:53 +02:00
parent dfbe0ba0e6
commit b97f1abff3

View file

@ -166,7 +166,7 @@ class GlunovoPlugin @Inject constructor(
}
}
} catch (e: SecurityException) {
aapsLogger.error(e.localizedMessage)
aapsLogger.error(LTag.CORE, "Exception", e)
}
}