fix switch_core_sqldb.c compiler error on 32-bit debian

This commit is contained in:
Christopher Rienzo 2012-10-10 14:30:27 +00:00
parent 14913fbe30
commit a7cb382e12
1 changed files with 1 additions and 1 deletions

View File

@ -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]));