mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 13:20:03 +00:00 
			
		
		
		
	srv: changed a NOTICE_LOG to DEBUG_LOG
This commit is contained in:
		
							parent
							
								
									e7202e5b2d
								
							
						
					
					
						commit
						b08b3c154f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -36,7 +36,7 @@ void GetServiceHandle(Service::Interface* self) { | |||
|     std::string port_name = std::string((const char*)&cmd_buff[1], 0, Service::kMaxPortSize); | ||||
|     Service::Interface* service = Service::g_manager->FetchFromPortName(port_name); | ||||
| 
 | ||||
|     NOTICE_LOG(OSHLE, "SRV::Sync - GetHandle - port: %s, handle: 0x%08X", port_name.c_str(),  | ||||
|     DEBUG_LOG(OSHLE, "SRV::Sync - GetHandle - port: %s, handle: 0x%08X", port_name.c_str(),  | ||||
|         service->GetHandle()); | ||||
| 
 | ||||
|     if (NULL != service) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue