summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Font.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Font.cc b/src/Font.cc
index a3a42f49..48b5ebd5 100644
--- a/src/Font.cc
+++ b/src/Font.cc
@@ -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()) {