mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	audioconvert: change warning to info
Change log level to info when stopped node gets ready callback since it can happen and it is not a problem.
This commit is contained in:
		
							parent
							
								
									bccd33c4ab
								
							
						
					
					
						commit
						4e3103f566
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1203,7 +1203,7 @@ static int follower_ready(void *data, int status)
 | 
				
			||||||
	spa_log_trace_fp(this->log, "%p: ready %d", this, status);
 | 
						spa_log_trace_fp(this->log, "%p: ready %d", this, status);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (!this->started) {
 | 
						if (!this->started) {
 | 
				
			||||||
		spa_log_warn(this->log, "%p: ready stopped node", this);
 | 
							spa_log_info(this->log, "%p: ready stopped node", this);
 | 
				
			||||||
		return -EIO;
 | 
							return -EIO;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue