mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	filter-chain: improve debug
So that it matches the instantiate debug line.
This commit is contained in:
		
							parent
							
								
									66942e5654
								
							
						
					
					
						commit
						24e1603f81
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2350,7 +2350,7 @@ static void node_cleanup(struct node *node)
 | 
			
		|||
	for (i = 0; i < node->n_hndl; i++) {
 | 
			
		||||
		if (node->hndl[i] == NULL)
 | 
			
		||||
			continue;
 | 
			
		||||
		pw_log_info("cleanup %s %d", d->name, i);
 | 
			
		||||
		pw_log_info("cleanup %s %s[%d]", d->name, node->name, i);
 | 
			
		||||
		if (d->deactivate)
 | 
			
		||||
			d->deactivate(node->hndl[i]);
 | 
			
		||||
		d->cleanup(node->hndl[i]);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue