forward port 2.X changes up to and including rev 6714
[ardour.git] / libs / ardour / caimportable.cc
index f5a70a5f6ace9307f5ed95687588f4c9fc9da220..71927c95e5a333fec9b335cb5067d24ae260a1af 100644 (file)
@@ -24,7 +24,9 @@ CAImportableSource::CAImportableSource (const string& path)
                af.SetClientFormat (client_format);
 
        } catch (CAXException& cax) {
-               error << string_compose ("CAImportable: %1", cax.mOperation) << endmsg;
+                //Don't report an error here since there is one higher up in import.
+                //Since libsndfile gets tried second, any failures here may show as
+                //invalid errors in the Error log.
                throw failed_constructor ();
        }