update log

This commit is contained in:
Anthony Minessale 2011-04-19 10:21:16 -05:00
parent c8a257dde2
commit fe3c4e900f
1 changed files with 2 additions and 0 deletions

View File

@ -456,6 +456,8 @@ static int t38_tx_packet_handler(t38_core_state_t *s, void *user_data, const uin
break; 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; return r;