# HG changeset patch # User Matthias Mauch # Date 1291217647 -32400 # Node ID f60702c928e204537e129fbbedfbf8d9ce276d36 # Parent b095d83585c9b739399e8d444964a203cd44a23a removing error message when dict not found diff -r b095d83585c9 -r f60702c928e2 chromamethods.cpp --- a/chromamethods.cpp Thu Dec 02 00:19:01 2010 +0900 +++ b/chromamethods.cpp Thu Dec 02 00:34:07 2010 +0900 @@ -355,7 +355,7 @@ } else { if (i < ppath.size()-1) cerr << " (not found yet) ..." << endl; else { - cerr << "* ERROR: failed to find chord dictionary." << endl; + cerr << "* WARNING: failed to find chord dictionary, using default chord dictionary." << endl; hasExternalDictinoary = false; } }