Skip to content

Commit b7d8bde

Browse files
committed
changed logging to debug as failing to download can be triggered even when successfull but only for some parts of the torrent
Signed-off-by: Robert Gogete <[email protected]>
1 parent f234ebb commit b7d8bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export class FileClient extends EventEmitter implements IFileClient {
170170
.join(", ") || "None"
171171
}`;
172172

173-
this.logger.error(`❌ Failed to download file ${filename} from peer ${storeId}:`, {
173+
this.logger.debug(`❌ Failed to download file ${filename} from peer ${storeId}:`, {
174174
storeId: storeId,
175175
filename: filename,
176176
peerCapabilities: {

0 commit comments

Comments
 (0)