Skip to content

Commit

Permalink
moving log.Error to log.Lvl5 for message for treenodeinstance finished
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkolasg committed Mar 23, 2017
1 parent ca5c6c5 commit 4bafe38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (o *Overlay) TransmitMsg(onetMsg *ProtocolMsg, io MessageProxy) error {
done := o.instancesInfo[onetMsg.To.ID()]
o.instancesLock.Unlock()
if done {
log.Error("Message for TreeNodeInstance that is already finished")
log.Lvl5("Message for TreeNodeInstance that is already finished")
return nil
}
// if the TreeNodeInstance is not there, creates it
Expand Down

0 comments on commit 4bafe38

Please sign in to comment.