Mercurial > libervia-backend
diff src/core/sat_main.py @ 1585:846a39900fa6
plugins XEP-0096, XEP-0260, file: sendFile method is managed by file plugin, which choose the best available method + progress_id fix
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 14 Nov 2015 19:18:05 +0100 |
parents | 6338677f3a89 |
children | 42285d993e68 |
line wrap: on
line diff
--- a/src/core/sat_main.py Fri Nov 13 16:46:32 2015 +0100 +++ b/src/core/sat_main.py Sat Nov 14 19:18:05 2015 +0100 @@ -839,7 +839,7 @@ try: del client._progress_cb[progress_id] except KeyError: - log.error(_("Trying to remove an unknow progress callback")) + log.error(_(u"Trying to remove an unknow progress callback")) def _progressGet(self, progress_id, profile): data = self.progressGet(progress_id, profile)