]> Dogcows Code - chaz/openbox/blobdiff - src/Font.cc
fix a debug print
[chaz/openbox] / src / Font.cc
index a3a42f49a9ea5b8c8b252b8dcd138479306acf30..48b5ebd56d3930a84e2015d3ea3cd20d77a2b193 100644 (file)
@@ -117,8 +117,8 @@ bool BFont::createFont(void) {
   if (_xftfont)
     return True;
 
-  cerr << "BFont::BFont(): couldn't load font '" << _name << "'" << endl <<
-    "as an Xft font, trying as a standard X font." << endl;
+  cerr << "BFont::BFont(): couldn't load font '" << _name <<
+    "as an Xft font, trying as a standard X font." << endl;
 #endif
 
   if (i18n.multibyte()) {
This page took 0.026695 seconds and 4 git commands to generate.