]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
stash fix
authorMathieu Rene <mrene@avgs.ca>
Mon, 23 Jul 2012 20:57:33 +0000 (16:57 -0400)
committerMathieu Rene <mrene@avgs.ca>
Mon, 23 Jul 2012 20:57:33 +0000 (16:57 -0400)
src/mod/endpoints/mod_media_gateway/media_gateway_cmd_handler.c

index bee845a8c14001901090782951452c7019b041b1..1974403cda54997f9207f623552730ad7bcea31d 100644 (file)
@@ -976,9 +976,7 @@ switch_status_t handle_mg_subtract_cmd(megaco_profile_t* mg_profile, MgMgcoComma
             goto error;
         }
 
-        switch_log_printf(SWITCH_CHANNEL_LOG_CLEAN, SWITCH_LOG_INFO," Found Context[%p] for context_id[%d]\n", (void*)mg_ctxt, mg_ctxt->context_id);
-
-        
+        switch_log_printf(SWITCH_CHANNEL_LOG_CLEAN, SWITCH_LOG_INFO," Found Context[%p] for context_id[%d]\n", (void*)mg_ctxt, mg_ctxt->context_id);        
         if(MGT_TERMID_ALL == termId->type.val){
 
             switch_log_printf(SWITCH_CHANNEL_LOG_CLEAN, SWITCH_LOG_INFO," SUB Request for context[%d] with ALL termination   \n", mg_ctxt->context_id);