Use Warnf when processing directives.

This commit is contained in:
David Hill 2014-09-17 09:37:37 -04:00
parent 2480cb3a87
commit efcf90d83d

View file

@ -303,7 +303,7 @@ func (s *server) handleRelayInvMsg(state *peerState, iv *btcwire.InvVect) {
if p.filter.IsLoaded() {
tx, err := s.txMemPool.FetchTransaction(&iv.Hash)
if err != nil {
peerLog.Warn("Attempt to relay tx %s "+
peerLog.Warnf("Attempt to relay tx %s "+
"that is not in the memory pool",
iv.Hash)
return