mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-04 05:15:22 +00:00 
			
		
		
		
	show correct codec in verbose messages (bug #4008)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5452 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		@@ -358,7 +358,7 @@ parse_config(void)
 | 
			
		||||
	if (!strcasecmp(var->name, "genericplc")) {
 | 
			
		||||
	  useplc = ast_true(var->value) ? 1 : 0;
 | 
			
		||||
	  if (option_verbose > 2)
 | 
			
		||||
	    ast_verbose(VERBOSE_PREFIX_3 "CODEC ULAW: %susing generic PLC\n", useplc ? "" : "not ");
 | 
			
		||||
	    ast_verbose(VERBOSE_PREFIX_3 "codec_ulaw: %susing generic PLC\n", useplc ? "" : "not ");
 | 
			
		||||
	}
 | 
			
		||||
	var = var->next;
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user