changeset 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
files chromamethods.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;                
             } 
         }