Opened 17 years ago
Closed 17 years ago
#6688 closed defect (fixed)
Channel scanner includes logging to cerr
| Reported by: | Nick Morrott <knowledgejunkie (at) gmail (dot) com> | Owned by: | danielk |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - Channel Scanner | Version: | head |
| Severity: | medium | Keywords: | cerr verbose logging |
| Cc: | Ticket locked: | no |
Description
The following scanner methods include logging calls to cerr. Might it be useful to have them (or at least the first method whose cerr logging does not appear to be serious) log to a log target instead (perhaps VB_CHANSCAN)?
bool ChannelScanSM::TestNextProgramEncryption(void) void ChannelScannerCLI::HandleEvent(const ScannerEvent *scanEvent) void ChannelScannerCLI::InformUser(const QString &error)
Note:
See TracTickets
for help on using tickets.

For CLI - As far as I know, cerr is intended - It's a command line interface to the channel scanner, so is expected to output to cerr.