]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element.cc
release: 1.2.12
[lilypond.git] / lily / audio-element.cc
index b815918423ba5ceb4266ad474dd1828cecaa34a9..3a4685af4cffec98115325b4aea29ea3c87252b2 100644 (file)
@@ -22,9 +22,9 @@ void
 Audio_element::print () const
 {
 #ifndef NPRINT
-  DOUT << classname (this) << "{ ";
+  DEBUG_OUT << classname (this) << "{ ";
   do_print ();
-  DOUT << "}";
+  DEBUG_OUT << "}";
 #endif
 }