comparison chromamethods.cpp @ 97:f60702c928e2 matthiasm-plugin

removing error message when dict not found
author Matthias Mauch <mail@matthiasmauch.net>
date Thu, 02 Dec 2010 00:34:07 +0900
parents b095d83585c9
children 69c56e1fdfc3
comparison
equal deleted inserted replaced
90:b095d83585c9 97:f60702c928e2
353 cerr << " success." << endl; 353 cerr << " success." << endl;
354 break; 354 break;
355 } else { 355 } else {
356 if (i < ppath.size()-1) cerr << " (not found yet) ..." << endl; 356 if (i < ppath.size()-1) cerr << " (not found yet) ..." << endl;
357 else { 357 else {
358 cerr << "* ERROR: failed to find chord dictionary." << endl; 358 cerr << "* WARNING: failed to find chord dictionary, using default chord dictionary." << endl;
359 hasExternalDictinoary = false; 359 hasExternalDictinoary = false;
360 } 360 }
361 } 361 }
362 } 362 }
363 363