mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
fix switch_core_sqldb.c compiler error on 32-bit debian
This commit is contained in:
parent
14913fbe30
commit
a7cb382e12
@ -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]));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user