Index: src/tcs/rpc/tcstp/rpc_oper.c |
diff --git a/src/tcs/rpc/tcstp/rpc_oper.c b/src/tcs/rpc/tcstp/rpc_oper.c |
index fd63d1cb0602cda3aec7c3cc3fb918d8d045c1b5..8e097bee3c0b0e4078e2e2b5ef9ba6720dbc3129 100644 |
--- a/src/tcs/rpc/tcstp/rpc_oper.c |
+++ b/src/tcs/rpc/tcstp/rpc_oper.c |
@@ -37,7 +37,7 @@ tcs_wrap_SetOperatorAuth(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_SECRET, 1, &operatorAuth, 0, &data->comm)) |
return TCSERR(TSS_E_INTERNAL_ERROR); |