noinst_PROGRAMS = props_test
-props_test_SOURCES = props_test.cxx props_test.hxx
+props_test_SOURCES = props_test.cxx
props_test_LDADD = libsgmisc.a ../xml/libsgxml.a ../debug/libsgdebug.a
INCLUDES += -I$(top_srcdir) $(ZLIB_INCL)
<< " assuming 'unknown'");
ret = st.node->setUnknownValue(_data);
}
+ if (!ret)
+ FG_LOG(FG_INPUT, FG_ALERT, "readProperties: Failed to set "
+ << st.node->getPath() << " to value \""
+ << _data << "\" with type " << st.type);
}
- if (!ret)
- FG_LOG(FG_INPUT, FG_ALERT, "readProperties: Failed to set "
- << st.node->getPath() << " to value \""
- << _data << " with type " << st.type);
-
pop_state();
}