mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	services: Silence warnings related to logging
This commit is contained in:
		
							parent
							
								
									b2a99043e3
								
							
						
					
					
						commit
						89f67ad90f
					
				
					 2 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -320,7 +320,7 @@ InstallStatus InstallCIA(const std::string& path,
 | 
			
		|||
                update_callback(total_bytes_read, file.GetSize());
 | 
			
		||||
            if (result.Failed()) {
 | 
			
		||||
                LOG_ERROR(Service_AM, "CIA file installation aborted with error code %08x",
 | 
			
		||||
                          result.Code());
 | 
			
		||||
                          result.Code().raw);
 | 
			
		||||
                return InstallStatus::ErrorAborted;
 | 
			
		||||
            }
 | 
			
		||||
            total_bytes_read += bytes_read;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue