]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud_rwy.cxx
- remove unused classes lat_label and lon_label (it's the instr_label
[flightgear.git] / src / Cockpit / hud_rwy.cxx
index b9e78eb93cfb66dcc9e2774ca0cfe851b1ee9949..64d01a5b0f6411503615610498833d900790dc95 100644 (file)
@@ -62,7 +62,7 @@ runway_instr::runway_instr(const SGPropertyNode *node) :
     drawIAAlways(arrowScale > 0 ? node->getBoolValue("arrow_always") : false)
 {
     SG_LOG(SG_INPUT, SG_INFO, "Done reading runway instrument "
-            << node->getStringValue("name"));
+            << node->getStringValue("name", "[unnamed]"));
 
     view[0] = 0;
     view[1] = 0;