]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-def.cc
release: 1.2.12
[lilypond.git] / lily / paper-def.cc
index 858d8941c294cd09fe600dc5a4ce1b933175bf46..620bbb660f5aa37ba3f8ea765f1f6232df34a9ab 100644 (file)
@@ -209,14 +209,14 @@ Paper_def::print () const
 {
 #ifndef NPRINT
   Music_output_def::print ();
-  DOUT << "Paper {";
+  DEBUG_OUT << "Paper {";
 
   for (Hash_table_iter<int, Lookup*> ai(*lookup_p_tab_p_); ai.ok (); ai++)
     {
-      DOUT << "Lookup: " << ai.key () << " = " << ai.val ()->font_name_ << '\n';
+      DEBUG_OUT << "Lookup: " << ai.key () << " = " << ai.val ()->font_name_ << '\n';
     }
 
-  DOUT << "}\n";
+  DEBUG_OUT << "}\n";
 #endif
 }