1
0
Fork 0

fix log message

This commit is contained in:
mfranz 2006-08-10 11:12:39 +00:00
parent 371419acbf
commit 6a6eb2c00b

View file

@ -287,7 +287,7 @@ readTransformation (const SGPropertyNode * node, float w_scale, float h_scale)
const SGPropertyNode * trans_table = node->getNode("interpolation");
if (trans_table != 0) {
SG_LOG( SG_COCKPIT, SG_INFO, "Found interpolation table with "
<< trans_table->nChildren() << "children" );
<< trans_table->nChildren() << " children" );
t->table = new SGInterpTable();
for (int i = 0; i < trans_table->nChildren(); i++) {
const SGPropertyNode * node = trans_table->getChild(i);