Skip to content

Commit

Permalink
tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
ucwong committed Jul 26, 2024
1 parent fe31584 commit 89cc487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ func (tm *TorrentManager) pendingLoop() {
return
case <-timer.C:
// Invoked once
log.Debug("Add new global trackers", "ih", t.InfoHash())
log.Info("Global trackers added", "ih", t.InfoHash())
t.AddTrackers(slices.Clone(tm.globalTrackers))
timer.Stop()
}
Expand Down

0 comments on commit 89cc487

Please sign in to comment.