id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,mlocked 2549,wrong debug output because of typo in channel.cpp,andreas.sahlbach@…,danielk,"In function bool Channel::InitializeInputs(void) from mythtv/libs/libmythtv/channel.cpp: {{{ 258 // print em 259 for (it = inputs.begin(); it != inputs.end(); ++it) 260 { 261 VERBOSE(VB_CHANNEL, LOC + QString(""Input #%1: '%2' schan(%3) "" 262 ""tun(%4) v4l1(%5) v4l2(%6)"") 263 .arg(it.key()).arg((*it)->name).arg((*it)->startChanNum) 264 .arg((*it)->tuneToChannel) 265 .arg(mode_to_format((*it)->videoModeV4L1,1)) 266 .arg(mode_to_format((*it)->videoModeV4L1,2))); 267 } }}} Change line 266 to {{{ 266 .arg(mode_to_format((*it)->videoModeV4L2,2))); }}} I know, it's pretty small but still annoying, coz it hit me while searching for a problem. :) ",defect,closed,minor,0.21,mythtv,0.20,low,fixed,,,0