Waste of a commit

This commit is contained in:
Mark Watkins 2014-08-07 00:09:50 +10:00
parent e26f901315
commit 83317068ca

View File

@ -443,7 +443,7 @@ void loadChannels()
in >> upperThreshold;
in >> upperThresholdColor;
if (chan->isNull()) {
qDebug() << "loadChannels has idea about channel" << name;
qDebug() << "loadChannels has no idea about channel" << name;
if (in.atEnd()) return;
continue;
}