From: fred Date: Tue, 26 Mar 2002 22:28:11 +0000 (+0000) Subject: lilypond-1.3.0 X-Git-Tag: release/1.5.59~2099 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0e76166984eccaad19c1973020b17ba9bdf13477;p=lilypond.git lilypond-1.3.0 --- diff --git a/lily/change-iterator.cc b/lily/change-iterator.cc index e932c794fe..4fa7c519e4 100644 --- a/lily/change-iterator.cc +++ b/lily/change-iterator.cc @@ -21,6 +21,9 @@ Change_iterator::error (String reason) String warn1 = _f ("Can't change `%s' to `%s'", to_type, to_id) + ": " + reason; + /* + GUHG! + */ String warn2= "Change_iterator::do_process_and_next (): " + report_to_l ()->type_str_ + " = `" + report_to_l ()->id_str_ + "': ";