X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Funfolded-repeat-iterator.cc;h=cbc5e008a63a9d69721442f69c830889843244f1;hb=1a71119277d04b287b3a976c526adba6500239c6;hp=eb182bfe4504dc130fcbc0ccebf99b98f0c50cb6;hpb=fc5394c7751ea902382ecc9022854583aff0d95e;p=lilypond.git diff --git a/lily/unfolded-repeat-iterator.cc b/lily/unfolded-repeat-iterator.cc index eb182bfe45..cbc5e008a6 100644 --- a/lily/unfolded-repeat-iterator.cc +++ b/lily/unfolded-repeat-iterator.cc @@ -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 }