Skip to content
Snippets Groups Projects

develop -> main

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -353,7 +353,7 @@ void SingleShotAO::init_device()
@@ -353,7 +353,7 @@ void SingleShotAO::init_device()
}
}
catch (...)
catch (...)
{
{
DEBUG_STREAM << "Failed to get frequency value. Maybe there is no value yet." << std::endl;
DEBUG_STREAM << "No memorized value found for frequency. Defaulting to " << m_frequency << "." << std::endl;
}
}
@@ -607,7 +607,7 @@ void SingleShotAO::init_device()
@@ -607,7 +607,7 @@ void SingleShotAO::init_device()
}
}
catch (...)
catch (...)
{
{
// nothing to do
DEBUG_STREAM << "No memorized value found for " << attrName << ". Setting default value." << std::endl;
}
}
};
};
Loading