mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-03 20:38:59 +00:00 
			
		
		
		
	add missing newline to warning message (bug #4183)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5591 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		@@ -297,7 +297,7 @@ int ast_monitor_change_fname(struct ast_channel *chan, const char *fname_base, i
 | 
			
		||||
 | 
			
		||||
		snprintf(chan->monitor->filename_base, FILENAME_MAX, "%s/%s", directory ? "" : AST_MONITOR_DIR, fname_base);
 | 
			
		||||
	} else {
 | 
			
		||||
		ast_log(LOG_WARNING, "Cannot change monitor filename of channel %s to %s, monitoring not started", chan->name, fname_base);
 | 
			
		||||
		ast_log(LOG_WARNING, "Cannot change monitor filename of channel %s to %s, monitoring not started\n", chan->name, fname_base);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (need_lock)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user