mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	improve debug
Improve log so that debug level 3 gives a reasonably readable overview of what is going on.
This commit is contained in:
		
							parent
							
								
									8ab67c5fa0
								
							
						
					
					
						commit
						aafd1e7298
					
				
					 33 changed files with 141 additions and 125 deletions
				
			
		| 
						 | 
				
			
			@ -4108,7 +4108,7 @@ void jack_set_error_function (void (*func)(const char *))
 | 
			
		|||
SPA_EXPORT
 | 
			
		||||
void default_jack_info_callback(const char *desc)
 | 
			
		||||
{
 | 
			
		||||
	pw_log_info("pw jack info: %s",desc);
 | 
			
		||||
	pw_log_info("pw jack info: %s", desc);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
SPA_EXPORT
 | 
			
		||||
| 
						 | 
				
			
			@ -4435,7 +4435,7 @@ int jack_client_create_thread (jack_client_t* client,
 | 
			
		|||
	if (globals.creator == NULL)
 | 
			
		||||
		globals.creator = pthread_create;
 | 
			
		||||
 | 
			
		||||
	pw_log_info("client %p: create thread", client);
 | 
			
		||||
	pw_log_debug("client %p: create thread", client);
 | 
			
		||||
	return globals.creator(thread, NULL, start_routine, arg);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue