Mercurial > libervia-desktop-kivy
annotate src/platform/android/sat.conf @ 120:51e804dbf608
chat: fixed OTR calls:
D-Bus bridge is converting jid.JID to unicode, but pb is not, resulting in a issue when calling OTR menus.
This commit fixes it.
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 31 Jan 2017 22:51:29 +0100 |
parents | 1bbbe26846f4 |
children |
rev | line source |
---|---|
61 | 1 [DEFAULT] |
63 | 2 bridge = pb |
61 | 3 log_level = debug |
66
94013a9481db
sat.conf: a # is added in front of backend logs, to differenciate from frontend logs
Goffi <goffi@goffi.org>
parents:
63
diff
changeset
|
4 log_fmt = #[%%(levelname)s][%%(name)s] %%(message)s |
61 | 5 |
6 [cagou] | |
7 log_level = debug | |
8 log_fmt = [%%(levelname)s][%%(name)s] %%(message)s |