patch to have more meaningful error

Brad Fitzpatrick brad at danga.com
Sat Sep 22 20:58:08 UTC 2007


Don't use warn directly.  Go through the log4perl layer.


On Sat, 22 Sep 2007, Michael Scherer wrote:

> Hi,
> While reading the log of my djabberd installation, I have seen
> various message like this :
> WARN - Dialback result invalid for
> DJabberd::Connection::ServerIn=ARRAY(0x8d7eee0), reason: no resolved IP
>
> as this is not really useful, I have patched djabberd to show the two
> domain name involved :
>
> WARN - Dialback result invalid for
> DJabberd::Connection::ServerIn=ARRAY(0x8d0f924), on ordrejedis.net to
> ephaone.org, reason: no resolved IP
>
> Which showed me that ordrejedis.net was missing a SRV record for
> _xmpp-server._tcp.
> This seems to cause some problem to djabberd, but only the first time, as it
> work fine after the first error. I will take a closer look later.
>
> Could someone apply it to svn ?
> --
> Michael Scherer


More information about the Djabberd mailing list