]> git.donarmstrong.com Git - lilypond.git/commit
Send ping logs to /dev/stderr instead of /dev/tty.
authorPatrick McCarty <pnorcks@gmail.com>
Mon, 25 Oct 2010 07:32:01 +0000 (00:32 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Mon, 25 Oct 2010 07:56:30 +0000 (00:56 -0700)
commit7ced4732bf95caef5e0e2007dd1baed0e40830de
tree5a33e672cb8a78900580f3fae908375267a49261
parent1502c1246153557cffdb98ae923f250935076262
Send ping logs to /dev/stderr instead of /dev/tty.

(This fixes issue #1028)

If `-dlog-file' was not specified along with `-dseparate-log-files',
certain log messages (the "ping" log messages) were sent to /dev/tty.

However, this was causing problems for machines building LilyPond that
could not write to /dev/tty (no controlling tty).

The solution is to write to /dev/stderr instead, which is
common-practice for logging.

See the Debian bug report for details:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572290
scm/lily.scm