Opened 16 years ago
Closed 16 years ago
#6246 closed patch (fixed)
MythTV.pm doesn't need to notify on use of UPnP
Reported by: | Owned by: | xris | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | Bindings - Perl | Version: | unknown |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Currently whenever MythTV.pm falls back to using UPnP it prints a message to STDERR stating this fact. This is totally unrequired and annoys users.
The attached patch stops this behaviour.
It'd be great if this could go on 0.21-fixes and trunk.
Attachments (1)
Change History (2)
Changed 16 years ago by
Attachment: | 0001-Don-t-print-a-message-to-STDERR-if-we-re-using-UPnP.patch added |
---|
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [22434]) Fixes #6246, this removes a STDERR output for upnp searching. As this is the new default behaviour, no need to log this out.