# HG changeset patch # User Matthias Mauch # Date 1291371009 -32400 # Node ID daee3c60c4f9bf9838bc960a05243524d49997d4 # Parent 69c56e1fdfc35514ee562b58bc42b925f5bb2794# Parent 0b2d7524f248739b405e0ab3992f73867c4c73aa merge diff -r 0b2d7524f248 -r daee3c60c4f9 chromamethods.cpp --- a/chromamethods.cpp Thu Dec 02 15:52:53 2010 +0000 +++ b/chromamethods.cpp Fri Dec 03 19:10:09 2010 +0900 @@ -355,7 +355,7 @@ } else { if (i+1 < ppath.size()) 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; } }