Skip to content
Snippets Groups Projects
Commit b600f69f authored by Giacomo Strangolino's avatar Giacomo Strangolino
Browse files

prints

parent cab6b78c
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ void Alarmmanager::m_load(const CuData& da) {
}
void Alarmmanager::m_load_atts(const CuData &da) {
if(da.b("err")) {
if(da.B("err")) {
perr("%s: error loading attributes: %s", __PRETTY_FUNCTION__, da.s("err").c_str());
} else {
// right pane with attributes
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment