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:
@@ -529,7 +529,8 @@ static void* thread_launcher(void* arg)
|
||||
|
||||
if (!TlsSetValue(currentThreadTlsIndex, thread))
|
||||
{
|
||||
WLog_ERR(TAG, "thread %d, unable to set current thread value", pthread_self());
|
||||
WLog_ERR(TAG, "thread %" PRIu64 ", unable to set current thread value",
|
||||
WINPR_CXX_COMPAT_CAST(uint64_t, pthread_self()));
|
||||
goto exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user