From 928bb5bd84419d5da3b00b3e17c1126edf234ca1 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Wed, 13 Oct 2010 14:19:27 -0700 Subject: [PATCH] general-scheme.cc: Add newline to progress indication. --- lily/general-scheme.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } -- 2.39.5