From 1f57b0570870b6519935edb90205901982440e98 Mon Sep 17 00:00:00 2001 From: John Smith Date: Sat, 17 Dec 2022 11:25:33 -0500 Subject: [PATCH] typo --- veilid-core/src/rpc_processor/operation_waiter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veilid-core/src/rpc_processor/operation_waiter.rs b/veilid-core/src/rpc_processor/operation_waiter.rs index fb276942..95044b06 100644 --- a/veilid-core/src/rpc_processor/operation_waiter.rs +++ b/veilid-core/src/rpc_processor/operation_waiter.rs @@ -93,7 +93,7 @@ where .waiting_op_table .remove(&op_id) .ok_or_else(RPCError::else_internal(format!( - "Unmatched app call id, possibly too late for timeout: {}", + "Unmatched operation id: {}", op_id )))? };