]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-guile.cc
Proper loglevels: cmd-line option --loglevel=NONE/ERROR/WARN/BASIC/PROGRESS/DEBUG
[lilypond.git] / lily / lily-guile.cc
index 4d6f6a79c6440c331d54f090853cda0439243500..ff3f7064bf62d4666d8cc4c8193ea6b2cc8b33af 100644 (file)
@@ -92,14 +92,12 @@ gulp_file_to_string (string fn, bool must_exist, int size)
       return s;
     }
 
-  if (be_verbose_global)
-    progress_indication ("[" + s);
+  debug_output ("[" + s, true);
 
   vector<char> chars = gulp_file (s, size);
   string result (&chars[0], chars.size ());
 
-  if (be_verbose_global)
-    progress_indication ("]\n");
+  debug_output ("]\n", false);
 
   return result;
 }