]> git.donarmstrong.com Git - lilypond.git/commitdiff
general-scheme.cc: Add newline to progress indication.
authorPatrick McCarty <pnorcks@gmail.com>
Wed, 13 Oct 2010 21:19:27 +0000 (14:19 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Fri, 19 Nov 2010 06:38:14 +0000 (22:38 -0800)
lily/general-scheme.cc

index eb1947509df6b2a1a67b27bb6e7ab5db85f408c1..f3618daf49c52f80da99ae8475ff4d4028d4bf29 100644 (file)
@@ -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));
     }