diff --git a/src/Common.cpp b/src/Common.cpp index cdf59b4..44cb5e7 100644 --- a/src/Common.cpp +++ b/src/Common.cpp @@ -48,7 +48,8 @@ void NyquistIO::Load(AudioData * data, const std::string & path) } catch (const std::exception & e) { - std::cerr << "Caught internal exception: " << e.what() << std::endl; + std::cerr << "NyquistIO::Load(" << path << ") caught internal exception: " << e.what() << std::endl; + throw; } }