From 1121a38bd5037b67667eefc7069bd9e15fef7234 Mon Sep 17 00:00:00 2001 From: Ignotus Peverell Date: Fri, 26 Oct 2018 15:35:21 -0700 Subject: [PATCH] Logger fix --- chain/src/pipe.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/chain/src/pipe.rs b/chain/src/pipe.rs index 0e2218144..95d98d3ff 100644 --- a/chain/src/pipe.rs +++ b/chain/src/pipe.rs @@ -438,7 +438,6 @@ fn validate_header(header: &BlockHeader, ctx: &mut BlockContext) -> Result<(), E // check the secondary PoW scaling factor if applicable if header.pow.secondary_scaling != next_header_info.secondary_scaling { info!( - LOGGER, "validate_header: header secondary scaling {} != {}", header.pow.secondary_scaling, next_header_info.secondary_scaling