mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Do not display VFS key inside log
This commit is contained in:
parent
fd97ea2082
commit
0ba6937081
1 changed files with 1 additions and 1 deletions
|
|
@ -787,7 +787,7 @@ class CoreContext(val context: Context, coreConfig: Config) {
|
|||
32
|
||||
)
|
||||
|
||||
Log.i("[Context] VFS activated with key ${getVfsKey(corePreferences.encryptedSharedPreferences)}")
|
||||
Log.i("[Context] VFS activated.")
|
||||
} catch (e: Exception) {
|
||||
Log.f("[Context] Unable to activate VFS encryption: $e")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue