Commit e4035115 authored by Aarsh Shah's avatar Aarsh Shah

fixed problem with refresh logging

parent b3846d01
......@@ -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
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment