]> git.mxchange.org Git - flightgear.git/commitdiff
fix log message
authormfranz <mfranz>
Thu, 10 Aug 2006 11:12:39 +0000 (11:12 +0000)
committermfranz <mfranz>
Thu, 10 Aug 2006 11:12:39 +0000 (11:12 +0000)
src/Cockpit/panel_io.cxx

index 16e148ba56b2cb843c18fe6b5973071bd2a4024a..64c94f496b1fedcbb0c18b3a98b9dba88aa812a2 100644 (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);