Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
Log modifier type on Request
Browse files Browse the repository at this point in the history
  • Loading branch information
catena2w committed Dec 2, 2017
1 parent 23b9a72 commit 4ccd248
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/scala/scorex/core/NodeViewHolder.scala
Expand Up @@ -307,7 +307,9 @@ trait NodeViewHolder[P <: Proposition, TX <: Transaction[P], PMOD <: PersistentN
modifierIds.flatMap(id => history().modifierById(id))
}

log.debug(s"Requested modifiers ${modifierIds.map(Base58.encode)}, sending: " + objs.map(_.id).map(Base58.encode))
log.debug(s"Requested modifiers ${modifierIds.map(Base58.encode)} of type $modifierTypeId" +
s", sending: " + objs.map(_.id).map(Base58.encode))

sender() ! NodeViewSynchronizer.ResponseFromLocal(sid, modifierTypeId, objs)
}

Expand Down

0 comments on commit 4ccd248

Please sign in to comment.