mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	loader: Add missing printf argument
This commit is contained in:
		
							parent
							
								
									551264f815
								
							
						
					
					
						commit
						0c4685ca12
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -150,7 +150,7 @@ ResultStatus LoadFile(const std::string& filename) { | |||
|     // IdentifyFile could know identify file type...
 | ||||
|     case FileType::Unknown: | ||||
|     { | ||||
|         LOG_CRITICAL(Loader, "File %s is of unknown type."); | ||||
|         LOG_CRITICAL(Loader, "File %s is of unknown type.", filename.c_str()); | ||||
|         return ResultStatus::ErrorInvalidFormat; | ||||
|     } | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue