mirror of
https://github.com/etesync/android
synced 2025-03-05 01:36:46 +00:00
Rename the logger's name to etesync.
This commit is contained in:
parent
a7aed85a4c
commit
14abc6400d
@ -396,10 +396,10 @@ class App : Application() {
|
|||||||
var hostnameVerifier: HostnameVerifier? = null
|
var hostnameVerifier: HostnameVerifier? = null
|
||||||
private set
|
private set
|
||||||
|
|
||||||
val log = Logger.getLogger("syncadapter")
|
val log = Logger.getLogger("etesync")
|
||||||
|
|
||||||
init {
|
init {
|
||||||
at.bitfire.cert4android.Constants.log = Logger.getLogger("syncadapter.cert4android")
|
at.bitfire.cert4android.Constants.log = Logger.getLogger("etesync.cert4android")
|
||||||
}
|
}
|
||||||
|
|
||||||
lateinit var accountType: String
|
lateinit var accountType: String
|
||||||
|
Loading…
Reference in New Issue
Block a user