]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[Core] Fix OSX build in switch_ivr_originate.c
authorAndrey Volk <andywolk@gmail.com>
Fri, 17 Jan 2020 17:18:31 +0000 (21:18 +0400)
committerAndrey Volk <andywolk@gmail.com>
Thu, 7 May 2020 21:21:24 +0000 (01:21 +0400)
src/switch_ivr_originate.c

index 170a5ed1b81c898cdf1f2c19c34bc64730aff9f9..2ae091951995b8a4591f98d3edb9f560029bb0ee 100644 (file)
@@ -788,7 +788,7 @@ static uint8_t check_channel_status(originate_global_t *oglobals, uint32_t len,
                                        time_t elapsed = switch_epoch_time_now(NULL) - start;
                                        oglobals->originate_status[i].per_channel_progress_timelimit_sec = elapsed + extend_timeout;
                                        oglobals->originate_status[i].per_channel_timelimit_sec = elapsed + extend_timeout;
-                                       switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "elapsed %" SWITCH_TIME_T_FMT ", timelimit extended to %u\n", elapsed, oglobals->originate_status[i].per_channel_timelimit_sec);
+                                       switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "elapsed %" TIME_T_FMT ", timelimit extended to %u\n", elapsed, oglobals->originate_status[i].per_channel_timelimit_sec);
                                } else if (oglobals->cancel_timeout || cancel_timeout) {
                                        /* cancel timeout for this leg only */
                                        oglobals->originate_status[i].per_channel_progress_timelimit_sec = 0;