Skip to content

Commit

Permalink
feat(announce): add tracker to announce log (cross-seed#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricionaweb authored Nov 29, 2023
1 parent 7b20435 commit 9ba0acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ async function announce(

logger.verbose({
label: Label.SERVER,
message: `Received announce: ${data.name}`,
message: `Received announce from ${data.tracker}: ${data.name}`,
});

const candidate = data as Candidate;
Expand Down

0 comments on commit 9ba0acb

Please sign in to comment.