# HG changeset patch # User Goffi # Date 1563570117 -7200 # Node ID 7b8d40b1745156cd99333e40875ad8748f19405f # Parent b6abf8af87db5a4fecfe02dd6b10857a847078e4 plugin XEP-0045: fixed a bad attribute in a log message. diff -r b6abf8af87db -r 7b8d40b17451 sat/plugins/plugin_xep_0045.py --- a/sat/plugins/plugin_xep_0045.py Fri Jul 19 17:07:56 2019 +0200 +++ b/sat/plugins/plugin_xep_0045.py Fri Jul 19 23:01:57 2019 +0200 @@ -863,7 +863,7 @@ log.error(_( u"room {room} is not in expected state: room is in state {current_state} " u"while we were expecting {expected_state}").format( - room=room.userhost(), + room=room.roomJID.userhost(), current_state=room.state, expected_state=expected_state)) room.state = new_state