loudmouth/lm-old-socket.c
changeset 548 60c1d6cbde10
parent 547 692c7753f64e
child 549 99a387fdb1bb
--- a/loudmouth/lm-old-socket.c	Sat Oct 25 20:09:25 2008 +0200
+++ b/loudmouth/lm-old-socket.c	Sat Oct 25 22:33:23 2008 +0200
@@ -759,6 +759,8 @@
 {
     LmOldSocket *socket = (LmOldSocket *) user_data;
 
+    lm_verbose ("LmOldSocket::host_cb (result=%d)\n", result);
+
     if (result != LM_RESOLVER_RESULT_OK) {
         lm_verbose ("error while resolving, bailing out\n");
         if (socket->connect_func) {
@@ -791,6 +793,8 @@
 {
     LmOldSocket *socket = (LmOldSocket *) user_data;
     const gchar *remote_addr;
+    
+    lm_verbose ("LmOldSocket::srv_cb (result=%d)\n", result);
 
     if (result != LM_RESOLVER_RESULT_OK) {
         lm_verbose ("SRV lookup failed, trying jid domain\n");