]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/unfolded-repeat-iterator.cc
release: 1.2.12
[lilypond.git] / lily / unfolded-repeat-iterator.cc
index eb182bfe4504dc130fcbc0ccebf99b98f0c50cb6..cbc5e008a63a9d69721442f69c830889843244f1 100644 (file)
@@ -165,8 +165,8 @@ void
 Unfolded_repeat_iterator::do_print () const
 {
 #ifndef NPRINT
-  DOUT << "count " << done_count_ << "done time " << done_mom_ << '\n';
-  DOUT << "current: ";
+  DEBUG_OUT << "count " << done_count_ << "done time " << done_mom_ << '\n';
+  DEBUG_OUT << "current: ";
   current_iter_p_->print();
 #endif
 }