impromptu: fix typo in log line
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
9e573c81cd
commit
82da51cb3d
1 changed files with 1 additions and 1 deletions
|
@ -943,7 +943,7 @@ class Core:
|
|||
try:
|
||||
await iq.send()
|
||||
except (IqError, IqTimeout):
|
||||
self.information('Failed to create configure impromptu room.', 'Info')
|
||||
self.information('Failed to configure impromptu room.', 'Info')
|
||||
# TODO: destroy? leave room.
|
||||
return None
|
||||
|
||||
|
|
Loading…
Reference in a new issue