diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2022-04-01 13:17:16 +0200 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2022-04-01 13:17:16 +0200 |
commit | 742063058e6bc4ddbbef40648c202fdac1b84408 (patch) | |
tree | 18742316bbcfe796a47b9ed5413cec80c8d70824 | |
parent | 79a62bbd5343e51d770fb7ceb1b66c571ad56db5 (diff) | |
download | poezio-742063058e6bc4ddbbef40648c202fdac1b84408.tar.gz poezio-742063058e6bc4ddbbef40648c202fdac1b84408.tar.bz2 poezio-742063058e6bc4ddbbef40648c202fdac1b84408.tar.xz poezio-742063058e6bc4ddbbef40648c202fdac1b84408.zip |
connection: Update log.error for xep_0454
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-rw-r--r-- | poezio/connection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/connection.py b/poezio/connection.py index 65a40d08..503d9169 100644 --- a/poezio/connection.py +++ b/poezio/connection.py @@ -208,7 +208,7 @@ class Connection(slixmpp.ClientXMPP): self.register_plugin('xep_0454') except slixmpp.plugins.base.PluginNotFound: log.error('Failed to load Media Sharing plugin, ' - 'it requires slixmpp 1.8.1.') + 'it requires slixmpp 1.8.2.') self.init_plugins() def set_keepalive_values(self, option=None, value=None): |