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

Commit

Permalink
peer: log satisfy
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioribeiro committed Nov 10, 2014
1 parent b027ec2 commit 1b6b897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/peer.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class Peer extends BaseObject {
break
case 'satisfy':
if (content.length > 0) {
log.info("received satisfy")
this.swarm.satisfyReceived(this, resource, content)
}
break
Expand Down

0 comments on commit 1b6b897

Please sign in to comment.