]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7515: promote debug message
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 2 Apr 2015 18:46:32 +0000 (13:46 -0500)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:47:15 +0000 (12:47 -0500)
src/mod/applications/mod_cv/mod_cv.cpp

index 7d0eaf879589175afee5b6787fd3084db159d9ba..baf753b711486f180d0412a5eb85ce1f72ce591d 100644 (file)
@@ -490,7 +490,7 @@ static switch_status_t video_thread_callback(switch_core_session_t *session, swi
             }
 
             if (context->nestedCascade && context->detected.simo_count > 20) {
-                printf("WTF %d %d %f %d\n", context->nestDetected.itr, context->nestDetected.last_score, context->nestDetected.avg, context->nestDetected.above_avg_simo_count);
+                switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "CHECKING: %d %d %f %d\n", context->nestDetected.itr, context->nestDetected.last_score, context->nestDetected.avg, context->nestDetected.above_avg_simo_count);
 
                 if (context->nestDetected.simo_count > 20 && context->nestDetected.last_score > context->nestDetected.avg && 
                     context->nestDetected.above_avg_simo_count > 5) {