From: Patrick McCarty Date: Wed, 13 Oct 2010 21:19:27 +0000 (-0700) Subject: general-scheme.cc: Add newline to progress indication. X-Git-Tag: release/2.13.40-1~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=928bb5bd84419d5da3b00b3e17c1126edf234ca1;p=lilypond.git general-scheme.cc: Add newline to progress indication. --- diff --git a/lily/general-scheme.cc b/lily/general-scheme.cc index eb1947509d..f3618daf49 100644 --- a/lily/general-scheme.cc +++ b/lily/general-scheme.cc @@ -566,7 +566,7 @@ format_single_argument (SCM arg, int precision, bool escape = false) return (ly_symbol2string (arg)); else { - ly_progress (scm_from_locale_string ("Unsupported SCM value for format: ~a"), + ly_progress (scm_from_locale_string ("\nUnsupported SCM value for format: ~a"), scm_list_1 (arg)); }