mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[c,printf] fix wlog format string to match arguments
This commit is contained in:
@@ -133,7 +133,7 @@ static DWORD WINAPI smartcard_context_thread(LPVOID arg)
|
||||
{
|
||||
element->irp->Discard(element->irp);
|
||||
smartcard_operation_free(&element->operation, TRUE);
|
||||
WLog_ERR(TAG, "smartcard_irp_device_control_call failed with error %" PRIu32 "",
|
||||
WLog_ERR(TAG, "smartcard_irp_device_control_call failed with error %" PRId32 "",
|
||||
status);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user