]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/warn.hh
Loglevels: Add basic_progress and replace success
[lilypond.git] / flower / include / warn.hh
index 7d381f1f08e3d01c832e16f7650922b57848fd16..3b66f65b7bf48bbeb149a1c3dfed35265ec7ad66 100644 (file)
@@ -47,7 +47,7 @@ void error (string s, string location = ""); // Fatal error, exits lilypond!
 void programming_error (string s, string location = "");
 void non_fatal_error (string, string location = "");
 void warning (string s, string location = "");
-void successful (string s, string location = "");
+void basic_progress (string s, string location = "");
 /* progress_indication does by default *NOT* start on a new line */
 void progress_indication (string s, bool newline = false, string location = "");
 void message (string s, bool newline = true, string location = "");