diff --git a/src/switch_log.c b/src/switch_log.c index 86532f9c02..d0b44aec38 100644 --- a/src/switch_log.c +++ b/src/switch_log.c @@ -195,7 +195,7 @@ SWITCH_DECLARE(switch_status_t) switch_log_bind_logger(switch_log_function_t fun static switch_thread_t *thread; -static void *SWITCH_THREAD_FUNC log_thread(switch_thread_t *thread, void *obj) +static void *SWITCH_THREAD_FUNC log_thread(switch_thread_t *t, void *obj) { if (!obj) {