]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge remote branch 'origin' into release/unstable release/2.13.37-1
authorGraham Percival <graham@percival-music.ca>
Mon, 25 Oct 2010 08:27:35 +0000 (09:27 +0100)
committerGraham Percival <graham@percival-music.ca>
Mon, 25 Oct 2010 08:27:35 +0000 (09:27 +0100)
scm/lily.scm

index 68813a49d854b7e1ccc23a55e80ae7cd92106942..0a7e4d0d13135efe204005907cb1017ff503237d 100644 (file)
@@ -801,7 +801,7 @@ PIDs or the number of the process."
          (if separate-logs
              (open-file (if (string-or-symbol? (ly:get-option 'log-file))
                             (format "~a.log" (ly:get-option 'log-file))
-                            "/dev/tty") "a") #f))
+                            "/dev/stderr") "a") #f))
         (do-measurements (ly:get-option 'dump-profile))
         (handler (lambda (key failed-file)
                    (set! failed (append (list failed-file) failed)))))