CiTrace: Migrate logging macros
This commit is contained in:
		 Valentin Vanelslande
					Valentin Vanelslande
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							74465389f3
						
					
				
				
					commit
					528d8a6ccb
				
			| @@ -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); | ||||
|     } | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user