mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 04:31:51 +00:00
Tidy logging, fix bug with stale time in queue
This commit is contained in:
@@ -181,7 +181,7 @@ impl MessageHandler {
|
||||
_ => panic!("Unknown response: {:?}", response),
|
||||
};
|
||||
|
||||
debug!(self.log, "RPCResponse"; "type" => response_str);
|
||||
debug!(self.log, "RPCResponse({})", response_str);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user