diff --git a/src/core/ladspa_manager.cpp b/src/core/ladspa_manager.cpp index 03ee7e82f..9792eb286 100644 --- a/src/core/ladspa_manager.cpp +++ b/src/core/ladspa_manager.cpp @@ -3,6 +3,7 @@ * of ladspa plugins * * Copyright (c) 2005-2008 Danny McRae + * Copyright (c) 2011 Tobias Doerffel * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * @@ -23,7 +24,7 @@ * */ - +#include #include #include #include @@ -83,6 +84,10 @@ ladspaManager::ladspaManager() f.fileName() ); } } + else + { + qWarning() << plugin_lib.errorString(); + } } }