]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/warn.cc
CG: warning about google sharing + google code.
[lilypond.git] / flower / warn.cc
index 0bf8983c7a83f4dbd27a369404faf686c0c33cfe..37751f7bde731ec02965e46b2381eb695d622124 100644 (file)
@@ -52,6 +52,13 @@ message (string s)
   progress_indication (s);
 }
 
+/* Display a success message.  Always starts on a new line.  */
+void
+successful (string s)
+{
+  message (_f ("success: %s", s.c_str ()) + "\n");
+}
+
 /* Display a warning message.  Always starts on a new line.  */
 void
 warning (string s)