mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	One more formatting nit ... use spaces for inline indentation.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@203534 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -104,12 +104,12 @@ int ast_syslog_priority(const char *priority) | ||||
|  | ||||
| static const int logger_level_to_syslog_map[] = { | ||||
| 	[__LOG_DEBUG]   = LOG_DEBUG, | ||||
| 	[1]			 = LOG_INFO,	/* Only kept for backwards compatibility */ | ||||
| 	[1]             = LOG_INFO, /* Only kept for backwards compatibility */ | ||||
| 	[__LOG_NOTICE]  = LOG_NOTICE, | ||||
| 	[__LOG_WARNING] = LOG_WARNING, | ||||
| 	[__LOG_ERROR]   = LOG_ERR, | ||||
| 	[__LOG_VERBOSE] = LOG_DEBUG, | ||||
| 	[__LOG_DTMF]	= LOG_DEBUG, | ||||
| 	[__LOG_DTMF]    = LOG_DEBUG, | ||||
| }; | ||||
|  | ||||
| int ast_syslog_priority_from_loglevel(int level) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user