mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Lower log level of some sdmc logs (#6266)
This commit is contained in:
		
							parent
							
								
									78cb48b23c
								
							
						
					
					
						commit
						9b49d94644
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -132,7 +132,7 @@ ResultCode SDMCArchive::DeleteFile(const Path& path) const { | |||
|     case PathParser::PathNotFound: | ||||
|     case PathParser::FileInPath: | ||||
|     case PathParser::NotFound: | ||||
|         LOG_ERROR(Service_FS, "{} not found", full_path); | ||||
|         LOG_DEBUG(Service_FS, "{} not found", full_path); | ||||
|         return ERROR_NOT_FOUND; | ||||
|     case PathParser::DirectoryFound: | ||||
|         LOG_ERROR(Service_FS, "{} is not a file", full_path); | ||||
|  | @ -291,7 +291,7 @@ ResultCode SDMCArchive::CreateDirectory(const Path& path) const { | |||
|         return ERROR_NOT_FOUND; | ||||
|     case PathParser::DirectoryFound: | ||||
|     case PathParser::FileFound: | ||||
|         LOG_ERROR(Service_FS, "{} already exists", full_path); | ||||
|         LOG_DEBUG(Service_FS, "{} already exists", full_path); | ||||
|         return ERROR_ALREADY_EXISTS; | ||||
|     case PathParser::NotFound: | ||||
|         break; // Expected 'success' case
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue