mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	svc: changed DuplicateHandle log message from "error" to "debug"
This commit is contained in:
		
							parent
							
								
									3fb31fbc57
								
							
						
					
					
						commit
						4819e9a60f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -311,7 +311,7 @@ Result CreateEvent(void* _event, u32 reset_type) { | ||||||
| /// Duplicates a kernel handle
 | /// Duplicates a kernel handle
 | ||||||
| Result DuplicateHandle(void* _out, Handle handle) { | Result DuplicateHandle(void* _out, Handle handle) { | ||||||
|     Handle* out = (Handle*)_out; |     Handle* out = (Handle*)_out; | ||||||
|     ERROR_LOG(SVC, "called handle=0x%08X", handle); |     DEBUG_LOG(SVC, "called handle=0x%08X", handle); | ||||||
| 
 | 
 | ||||||
|     // Translate kernel handles -> real handles
 |     // Translate kernel handles -> real handles
 | ||||||
|     if (handle == Kernel::CurrentThread) { |     if (handle == Kernel::CurrentThread) { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue