From bc46ca972c828517f71bb11a299124a7a2477675 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Wed, 30 Nov 2016 15:09:56 +0300 Subject: [PATCH] one line also --- db/src/update_context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/src/update_context.rs b/db/src/update_context.rs index be563f6c..eb93e17f 100644 --- a/db/src/update_context.rs +++ b/db/src/update_context.rs @@ -30,7 +30,7 @@ impl UpdateContext { try!(db.write(self.db_transaction)); - trace!("Applied transaction for block {:?}", &self.target); + trace!("Applied transaction for block {:?}", &self.target.to_reversed_str()); Ok(()) }