Skip to content

Commit

Permalink
Merge pull request #667 from libp2p/fix/refresh-logging
Browse files Browse the repository at this point in the history
Fixed problem with refresh logging
  • Loading branch information
aschmahmann authored Jun 9, 2020
2 parents b3846d0 + e403511 commit 8e56690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtrefresh/rt_refresh_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,5 +290,5 @@ func (r *RtRefreshManager) runRefreshDHTQuery(key string) error {
return nil
}

return fmt.Errorf("failed to run refresh DHT query for key=%s, err=%s", key, err)
return err
}

0 comments on commit 8e56690

Please sign in to comment.