| Index: src/tcs/rpc/tcstp/rpc_bind.c
|
| diff --git a/src/tcs/rpc/tcstp/rpc_bind.c b/src/tcs/rpc/tcstp/rpc_bind.c
|
| index 9d66c9ed7e179216de333a4298a42fbbd1da9241..92eee24246e2fff304303737e69af752a3fba8a8 100644
|
| --- a/src/tcs/rpc/tcstp/rpc_bind.c
|
| +++ b/src/tcs/rpc/tcstp/rpc_bind.c
|
| @@ -47,7 +47,7 @@ tcs_wrap_UnBind(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, &keyHandle, 0, &data->comm))
|
| return TCSERR(TSS_E_INTERNAL_ERROR);
|
|
|