Skip to content

Commit

Permalink
fixed problem with refresh logging
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshkshah1992 committed Jun 9, 2020
1 parent b3846d0 commit e403511
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 e403511

Please sign in to comment.