]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel.cxx
#591: night-time rendering issues, avoid negative color values
[flightgear.git] / src / Cockpit / panel.cxx
index 6cdce3d70f41f1a41ad8f44ad82c156852a31151..3ac15621ec80db5471284feae7c2b0e50896171e 100644 (file)
@@ -1176,7 +1176,7 @@ FGTextLayer::setFontName(const string &name)
   FGFontCache *fc = globals->get_fontcache();
   fntFont* font = fc->getTexFont(_font_name.c_str());
   if (!font) {
-      SG_LOG(SG_GENERAL, SG_WARN, "unable to find font:" << name);
+      SG_LOG(SG_COCKPIT, SG_WARN, "unable to find font:" << name);
   }
 }