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