mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Get encryption key
This commit is contained in:
@@ -75,7 +75,7 @@ public class Log {
|
||||
stringBuilder.append(key)
|
||||
.append("=")
|
||||
.append(value)
|
||||
.append(value == null ? "" : " (" + value.getClass().getSimpleName() + ")")
|
||||
.append(value == null ? "" : " (" + data.get(key).getClass().getSimpleName() + ")")
|
||||
.append("\r\n");
|
||||
}
|
||||
i(stringBuilder.toString());
|
||||
|
||||
Reference in New Issue
Block a user