From a4815bb83ddabe76bf112874f657413e18ce07c2 Mon Sep 17 00:00:00 2001 From: Chris Heaney Date: Thu, 25 Jan 2024 19:38:05 -0500 Subject: [PATCH] make taker log explicit --- programs/jit-proxy/src/instructions/jit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/jit-proxy/src/instructions/jit.rs b/programs/jit-proxy/src/instructions/jit.rs index 60257d08..7052b495 100644 --- a/programs/jit-proxy/src/instructions/jit.rs +++ b/programs/jit-proxy/src/instructions/jit.rs @@ -42,7 +42,7 @@ pub fn jit<'info>(ctx: Context<'_, '_, '_, 'info, Jit<'info>>, params: JitParams ); msg!( - "order type {:?} auction start {} auction end {} limit price {} oracle price offset {}", + "taker order type {:?} auction start {} auction end {} limit price {} oracle price offset {}", taker_order.order_type, taker_order.auction_start_price, taker_order.auction_end_price,