|
@@ -308,6 +308,11 @@ CEspConfig::CEspConfig(IProperties* inputs, IPropertyTree* envpt, IPropertyTree*
|
|
|
else
|
|
|
ESPLOG(LogMin, "ESP Process [%s] configuration is missing '@directory' attribute, could not read AttachState", m_process.str());
|
|
|
}
|
|
|
+ catch (IException* e)
|
|
|
+ {
|
|
|
+ e->Release();
|
|
|
+ ESPLOG(LogMin, "Could not load DALI Attach state file [%s] for ESP process [%s]", m_daliAttachStateFileName.str(), m_process.str());
|
|
|
+ }
|
|
|
catch (...)
|
|
|
{
|
|
|
ESPLOG(LogMin, "Could not load DALI Attach state file [%s] for ESP process [%s]", m_daliAttachStateFileName.str(), m_process.str());
|