This commit is contained in:
Nikos Kouremenos 2005-12-23 23:33:00 +00:00
parent 3c041171bd
commit d956d1f19b
1 changed files with 1 additions and 1 deletions

View File

@ -1287,7 +1287,7 @@ class Connection:
try:
j = helpers.parse_jid(jid)
except:
print >> sys.sterr, _('Jid %s is not RFC compliant. It will not be added to your roster. Use roster management tools such as http://jru.jabberstudio.org/ to remove it') % jid
print >> sys.stderr, _('JID %s is not RFC compliant. It will not be added to your roster. Use roster management tools such as http://jru.jabberstudio.org/ to remove it') % jid
else:
roster[j] = raw_roster[jid]