mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Merge pull request #5518 from tywald/change-log-level
cubeb_sink: Change a log from INFO to DEBUG level
This commit is contained in:
		
						commit
						855dc9f0fc
					
				
					 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