Opened 13 years ago
Closed 13 years ago
#2942 closed Bug (invalid)
Duplicate error message when adding torrent
Reported by: | Longinus00 | Owned by: | charles |
---|---|---|---|
Priority: | Lowest | Milestone: | None Set |
Component: | libtransmission | Version: | 1.90 |
Severity: | Trivial | Keywords: | |
Cc: |
Description
There's a redundant error message in resume.c when loading a torrent with no resume file.
[11:25:07.855] Couldn't read "/path/torrent.797797ec55f81887.resume": No such file or directory (utils.c:495) [11:25:07.855] torrent Couldn't read "/path/torrent.797797ec55f81887.resume" (resume.c:554)
Attachments (1)
Change History (2)
Changed 13 years ago by Longinus00
comment:1 Changed 13 years ago by charles
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This isn't very useful when adding torrents, but it is useful in other cases. And since it's a debug message that's turned off by default, it shouldn't be bothering anyone. I think it's better to leave that message in there.