| Index: src/tcs/rpc/tcstp/rpc_tick.c
|
| diff --git a/src/tcs/rpc/tcstp/rpc_tick.c b/src/tcs/rpc/tcstp/rpc_tick.c
|
| index ea7bffeb1858ee8b38ea446fc0cf07fbbf8649d1..98e53ad0dea2e69187667b08c184ca00d59a4276 100644
|
| --- a/src/tcs/rpc/tcstp/rpc_tick.c
|
| +++ b/src/tcs/rpc/tcstp/rpc_tick.c
|
| @@ -38,7 +38,7 @@ tcs_wrap_ReadCurrentTicks(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);
|
|
|
| @@ -80,7 +80,7 @@ tcs_wrap_TickStampBlob(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_UINT32, 1, &hKey, 0, &data->comm))
|
| return TCSERR(TSS_E_INTERNAL_ERROR);
|
|
|