Merged up to trunk R732
[ardour.git] / gtk2_ardour / color_manager.cc
index 2f1a286467de7767f6e88b2485b9f3f6368fafce..91a12dbf9f352c08c3404005f710d344fba929dd 100644 (file)
@@ -79,6 +79,8 @@ ColorManager::load (string path)
                return -1;
        }
 
+       cerr << "Loading color definition file " << path << endl;
+
        while (in) {
                string name;
                double r, g, b, a;