Mercurial > libervia-pubsub
changeset 89:ccf699adae5e
Merge from RELENG_0: Fix bug in handling uncaught exceptions.
| author | Ralph Meijer <ralphm@ik.nu> |
|---|---|
| date | Tue, 16 Nov 2004 12:16:04 +0000 |
| parents | 41247e59b55c |
| children | 59378610b16e |
| files | idavoll/idavoll.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/idavoll/idavoll.py Tue Nov 16 11:08:50 2004 +0000 +++ b/idavoll/idavoll.py Tue Nov 16 12:16:04 2004 +0000 @@ -74,7 +74,7 @@ return iq def _error(self, results, iq): - return xmpp_error.error_from_iq(iq, 'internal-error') + return xmpp_error.error_from_iq(iq, 'internal-server-error') def onDiscoItems(self, iq): dl = []
