mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Merge pull request #3606 from valentinvanelslande/citrace-fmt
CiTrace: Migrate logging macros
This commit is contained in:
		
						commit
						2624b21500
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -159,7 +159,7 @@ void Recorder::Finish(const std::string& filename) { | |||
|                 throw "Failed to write stream element"; | ||||
|         } | ||||
|     } catch (const char* str) { | ||||
|         LOG_ERROR(HW_GPU, "Writing CiTrace file failed: %s", str); | ||||
|         NGLOG_ERROR(HW_GPU, "Writing CiTrace file failed: {}", str); | ||||
|     } | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue