]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily.scm
Fix 1285.
[lilypond.git] / 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)))))