Index: gw/bb_smscconn.c
===================================================================
--- gw/bb_smscconn.c	(revision 4833)
+++ gw/bb_smscconn.c	(working copy)
@@ -594,6 +594,7 @@
         /* handle delayed msgs */
         if (msg->sms.resend_try > 0 && difftime(time(NULL), msg->sms.resend_time) < sms_resend_frequency &&
             bb_status != BB_SHUTDOWN && bb_status != BB_DEAD) {
+		  info(0, "NIKOS!!! sender: %s, destination: %s, resend_try: %ld, now: %ld, resnd: %ld", octstr_get_cstr(msg->sms.sender), octstr_get_cstr(msg->sms.receiver), msg->sms.resend_try, time(NULL), sms_resend_frequency);
             debug("bb.sms", 0, "re-queing SMS not-yet-to-be resent");
             gwlist_produce(outgoing_sms, msg);
             ret = SMSCCONN_QUEUED;
@@ -601,6 +602,7 @@
         }
 
         ret = smsc2_rout(msg, 1);
+		  info(0, "NIKOS!!! sender: %s, destination: %s, result: %ld", octstr_get_cstr(msg->sms.sender), octstr_get_cstr(msg->sms.receiver), ret);
         switch(ret) {
         case SMSCCONN_SUCCESS:
             debug("bb.sms", 0, "Message routed successfully.");
