]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update log
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 19 Apr 2011 15:21:16 +0000 (10:21 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 19 Apr 2011 15:21:16 +0000 (10:21 -0500)
src/mod/applications/mod_spandsp/mod_spandsp_fax.c

index b43dd055991d12994aca68a213119cd239793e9c..1ea2fd790f5d3d30b51c17a0b95e85aa83228ab1 100644 (file)
@@ -456,6 +456,8 @@ static int t38_tx_packet_handler(t38_core_state_t *s, void *user_data, const uin
                 break;
             }
         }
+    } else {
+        switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "INVALID PACKETLEN: %d PASSED: %d:%d\n", r, len, count);
     }
 
     return r;