Opened 20 years ago
Closed 20 years ago
#1299 closed patch (fixed)
Add VERBOSE to mtd + minor bug fixing
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythdvd | Version: | |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
mtd used cerr everywhere, switched it over to VERBOSE (mostly to make debugging verbosity selection doable/easier).
Occasionally mtd wouldn't wipe the DVD info from the last DVD (happened when disc removals weren’t detected properly).
Yes the double CDROM_DRIVE_STATUS call is ugly, the big comment is uglier. On the other hand this will probably help a number of those people who insist mtd won't let go of their disc (at a minimum it decreases that number by one).
Attachments (1)
Change History (2)
by , 20 years ago
| Attachment: | mtd_verbose_wipe_ioctl.patch added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [9007]) Patch to convert mtd to use verbose, minor bug fixes.
Closes #1299.