one line also

This commit is contained in:
NikVolf 2016-11-30 15:09:56 +03:00
parent e629b198c7
commit bc46ca972c
1 changed files with 1 additions and 1 deletions

View File

@ -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(())
}