提交 a7cb382e authored 作者: Christopher Rienzo's avatar Christopher Rienzo

fix switch_core_sqldb.c compiler error on 32-bit debian

上级 14913fbe
......@@ -1394,7 +1394,7 @@ static void *SWITCH_THREAD_FUNC switch_user_sql_thread(switch_thread_t *thread,
for (i = 0; i < qm->numq; i++) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT,
"REALLOC QUEUE %ld %d %d\n",
sql_len,
(long int)sql_len,
i,
switch_queue_size(qm->sql_queue[i]));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论