]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/global-context-scheme.cc
Proper loglevels: cmd-line option --loglevel=NONE/ERROR/WARN/BASIC/PROGRESS/DEBUG
[lilypond.git] / lily / global-context-scheme.cc
index 2b02da2b2a59603bc73c0438e929e3f8e00d76bd..eeda64521001681855dfa9ee04df5a7aa54a89f4 100644 (file)
@@ -123,8 +123,7 @@ LY_DEFINE (ly_interpret_music_expression, "ly:interpret-music-expression",
 
   send_stream_event (g, "Finish", 0, 0);
 
-  if (be_verbose_global)
-    message (_f ("elapsed time: %.2f seconds", timer.read ()));
+  debug_output (_f ("elapsed time: %.2f seconds", timer.read ()));
 
   return ctx;
 }