typo in _ignored_tags

This commit is contained in:
David Rose 2011-02-17 18:36:47 +00:00
parent 95d9a344ae
commit f6ac9c2c27

View File

@ -190,7 +190,7 @@ process_line(const string &line) {
return process_g(words);
} else {
bool inserted = _ignored_tags.insert(tag).second;
if (!inserted) {
if (inserted) {
objegg_cat.info()
<< "Ignoring tag " << tag << "\n";
}