[Freeswitch-svn] [commit] r9525 - freeswitch/trunk/src/mod/applications/mod_stress

Freeswitch SVN brian at freeswitch.org
Wed Sep 10 23:00:36 EDT 2008


Author: brian
Date: Wed Sep 10 23:00:35 2008
New Revision: 9525

Modified:
   freeswitch/trunk/src/mod/applications/mod_stress/mod_stress.cpp

Log:
woops, thanks jason

Modified: freeswitch/trunk/src/mod/applications/mod_stress/mod_stress.cpp
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_stress/mod_stress.cpp	(original)
+++ freeswitch/trunk/src/mod/applications/mod_stress/mod_stress.cpp	Wed Sep 10 23:00:35 2008
@@ -170,7 +170,7 @@
 
             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");



More information about the Freeswitch-svn mailing list