Skip to content

Commit

Permalink
Update a couple of comments after the logging changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sphery committed Jul 19, 2011
1 parent 5f03eb5 commit df488eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mythtv/libs/libmyth/managedlist.cpp
Expand Up @@ -445,7 +445,7 @@ ManagedListItem* SelectManagedListItem::addSelection(const QString& label,

int index = getValueIndex(value);
#if 0
LOG(VB_IMPORTANT, LOG_DEBUG,
LOG(VB_GENERAL, LOG_DEBUG,
QString("new item matches cur value and is at: %1").arg(index));
#endif
if (index > 0)
Expand Down
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/NuppelVideoRecorder.cpp
Expand Up @@ -1189,7 +1189,7 @@ void NuppelVideoRecorder::DoV4L1(void)
{
bool reports_audio = vchan.flags & VIDEO_VC_AUDIO;
uint err_level = reports_audio ? VB_GENERAL : VB_AUDIO;
// print at VB_IMPORTANT if driver reports audio.
// print at VB_GENERAL if driver reports audio.
LOG(err_level, LOG_ERR, LOC + "Failed to get audio" + ENO);
}
else
Expand Down

0 comments on commit df488eb

Please sign in to comment.