Index: src/tcs/rpc/tcstp/rpc_own.c |
diff --git a/src/tcs/rpc/tcstp/rpc_own.c b/src/tcs/rpc/tcstp/rpc_own.c |
index 52743938302fca141f1138398925e1dde2e034a6..beb2a8cdcf36e230e7a900155ad7a0f91826fb55 100644 |
--- a/src/tcs/rpc/tcstp/rpc_own.c |
+++ b/src/tcs/rpc/tcstp/rpc_own.c |
@@ -47,7 +47,7 @@ tcs_wrap_TakeOwnership(struct tcsd_thread_data *data) |
if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm)) |
return TCSERR(TSS_E_INTERNAL_ERROR); |
- LogDebugFn("thread %zd context %x", THREAD_ID, hContext); |
+ LogDebugFn("thread %ld context %x", THREAD_ID, hContext); |
if (getData(TCSD_PACKET_TYPE_UINT16, 1, &protocolID, 0, &data->comm)) |
return TCSERR(TSS_E_INTERNAL_ERROR); |
@@ -146,7 +146,7 @@ tcs_wrap_OwnerClear(struct tcsd_thread_data *data) |
if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm)) |
return TCSERR(TSS_E_INTERNAL_ERROR); |
- LogDebugFn("thread %zd context %x", THREAD_ID, hContext); |
+ LogDebugFn("thread %ld context %x", THREAD_ID, hContext); |
if (getData(TCSD_PACKET_TYPE_AUTH, 1, &auth, 0, &data->comm)) |
return TCSERR(TSS_E_INTERNAL_ERROR); |