mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	cubeb_sink.cpp: Change one log from INFO to DEBUG level.
This commit is contained in:
		
							parent
							
								
									f72be7af2d
								
							
						
					
					
						commit
						3d9d071262
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -159,7 +159,7 @@ void CubebSink::Impl::LogCallback(char const* format, ...) { | ||||||
| #endif | #endif | ||||||
|     va_end(args); |     va_end(args); | ||||||
|     buffer.back() = '\0'; |     buffer.back() = '\0'; | ||||||
|     LOG_INFO(Audio_Sink, "{}", buffer.data()); |     LOG_DEBUG(Audio_Sink, "{}", buffer.data()); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| std::vector<std::string> ListCubebSinkDevices() { | std::vector<std::string> ListCubebSinkDevices() { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue