mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Service/SOC: migrate logging macro
This commit is contained in:
		
							parent
							
								
									f50e505a5a
								
							
						
					
					
						commit
						15442352fd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -463,7 +463,7 @@ static void Fcntl(Interface* self) { | ||||||
|         } |         } | ||||||
| #endif | #endif | ||||||
|     } else { |     } else { | ||||||
|         LOG_ERROR(Service_SOC, "Unsupported command (%d) in fcntl call", ctr_cmd); |         NGLOG_ERROR(Service_SOC, "Unsupported command ({}) in fcntl call", ctr_cmd); | ||||||
|         posix_ret = TranslateError(EINVAL); // TODO: Find the correct error
 |         posix_ret = TranslateError(EINVAL); // TODO: Find the correct error
 | ||||||
|         return; |         return; | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue