]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
properly git rid of span_id
authorMathieu Rene <mrene@avgs.ca>
Wed, 25 Jul 2012 23:37:47 +0000 (19:37 -0400)
committerMathieu Rene <mrene@avgs.ca>
Wed, 25 Jul 2012 23:37:47 +0000 (19:37 -0400)
libs/freetdm/mod_freetdm/tdm.c

index 405e4a9aad0aaf2e907d6c1bb837c57c39fd7b94..5c259e0cd1edd14cf188fd526ce77f195da4629b 100644 (file)
@@ -123,7 +123,7 @@ static switch_call_cause_t channel_outgoing_channel(switch_core_session_t *sessi
     if (ftdm_span_find_by_name(span_name, &span) == FTDM_SUCCESS) {
          span_id = ftdm_span_get_id(span);   
     } else {
-        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Cannot find span [%s]\n");
+        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Cannot find span [%s]\n", span_name);
     }