mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[c,printf] fix wlog format string to match arguments
This commit is contained in:
@@ -197,7 +197,7 @@ static BOOL pf_server_get_target_info(rdpContext* context, rdpSettings* settings
|
||||
return freerdp_settings_set_uint32(settings, FreeRDP_ServerPort, ev.target_port);
|
||||
}
|
||||
default:
|
||||
PROXY_LOG_ERR(TAG, ps, "unknown target fetch method: %d", ev.fetch_method);
|
||||
PROXY_LOG_ERR(TAG, ps, "unknown target fetch method: %u", ev.fetch_method);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user