]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-stream.cc
*** empty log message ***
[lilypond.git] / lily / midi-stream.cc
index d7333052283fe1fd8a5537a45028349d049c38a9..ef88ef9f424b54ff1c0d3cd4b5da655f6d40fabb 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
@@ -37,9 +37,7 @@ Midi_stream::operator << (String str)
                           sz, n, out_file_);
 
   if (written != sz * n)
-    {
-      warning ("Could not write file. Disk full?");
-    }
+    warning (_ ("could not write file: `%s'"));
 
   return *this;
 }