From 49667777c9dd029f3f74f994906ecf55838ec25a Mon Sep 17 00:00:00 2001 From: Brian West Date: Thu, 11 Sep 2008 03:00:35 +0000 Subject: [PATCH] woops, thanks jason git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9525 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_stress/mod_stress.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_stress/mod_stress.cpp b/src/mod/applications/mod_stress/mod_stress.cpp index d61edea3f8..e79797caa8 100644 --- a/src/mod/applications/mod_stress/mod_stress.cpp +++ b/src/mod/applications/mod_stress/mod_stress.cpp @@ -170,7 +170,7 @@ static switch_bool_t stress_callback(switch_media_bug_t *bug, void *user_data, s if (sth->stress) { switch_event_t *event, *dup; - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Stress %0.2f\n"); + switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Stress %0.2f\n", sth->stress); if (switch_event_create(&event, SWITCH_EVENT_DETECTED_SPEECH) == SWITCH_STATUS_SUCCESS) { switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "Speech-Type", "stress-level");