| Index: src/tcs/rpc/tcstp/rpc_auth.c
|
| diff --git a/src/tcs/rpc/tcstp/rpc_auth.c b/src/tcs/rpc/tcstp/rpc_auth.c
|
| index e2066978226cd591b8ca3e9167052cfadcad3711..2437c6b54ce87b1a8c118136dc7eb9bd202c637e 100644
|
| --- a/src/tcs/rpc/tcstp/rpc_auth.c
|
| +++ b/src/tcs/rpc/tcstp/rpc_auth.c
|
| @@ -38,7 +38,7 @@ tcs_wrap_OIAP(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);
|
|
|
| MUTEX_LOCK(tcsp_lock);
|
|
|
| @@ -77,7 +77,7 @@ tcs_wrap_OSAP(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, &entityType, 0, &data->comm))
|
| return TCSERR(TSS_E_INTERNAL_ERROR);
|
|
|