From d2f7f907e320902b1e9506942b3cc51fec7314bc Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Sat, 11 May 2024 11:04:45 -0400 Subject: [PATCH] wip --- mod_google_transcribe/mod_google_transcribe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_google_transcribe/mod_google_transcribe.c b/mod_google_transcribe/mod_google_transcribe.c index 3fffd0d..c9cb4eb 100644 --- a/mod_google_transcribe/mod_google_transcribe.c +++ b/mod_google_transcribe/mod_google_transcribe.c @@ -104,7 +104,7 @@ static switch_bool_t capture_callback(switch_media_bug_t *bug, void *user_data, case SWITCH_ABC_TYPE_CLOSE: { - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Got SWITCH_ABC_TYPE_CLOSE, calling google_speech_session_cleanup bug %p.\n", (void *)bug; + switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Got SWITCH_ABC_TYPE_CLOSE, calling google_speech_session_cleanup bug %p.\n", (void *)bug); responseHandler(session, "end_of_transcript", cb->bugname); google_speech_session_cleanup(session, 1, bug); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Finished SWITCH_ABC_TYPE_CLOSE with bug %p.\n", (void *)bug);