diff --git a/plugins/disco.py b/plugins/disco.py index 9a828d1d..53da67a8 100644 --- a/plugins/disco.py +++ b/plugins/disco.py @@ -35,7 +35,7 @@ class Plugin(BasePlugin): if field['type'] == 'hidden' and field['var'] == 'FORM_TYPE': value = field['value'] if 'http://jabber.org/network/serverinfo' not in value: - self.api.error('Unknown form type ā€œ%sā€' % value, 'Form') + self.api.information('Unknown form type ā€œ%sā€' % value, 'Error') return break server_info = []