From 5f969abc17b206f350a1b2943153f121da150282 Mon Sep 17 00:00:00 2001 From: ntr Date: Sun, 19 May 2019 19:16:59 +1000 Subject: [PATCH] typo --- server/src/rpc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/rpc.rs b/server/src/rpc.rs index 5960089d..86962a63 100644 --- a/server/src/rpc.rs +++ b/server/src/rpc.rs @@ -46,7 +46,7 @@ impl Rpc { None => None, }; - info!("method={:?} method={:?}", v.method, account.name); + info!("method={:?} account={:?}", v.method, account.name); // check the method // if no auth required