]> git.ozlabs.org Git - petitboot/commit
ui/ncurses: Use tty name in default log filename
authorJeremy Kerr <jk@ozlabs.org>
Thu, 3 Apr 2014 07:17:27 +0000 (15:17 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 3 Apr 2014 07:17:27 +0000 (15:17 +0800)
commite6427db8266f5964d14679c53b55da8e3ee0233c
treef66e438ef529363b97663e28551e73c58c3336bd
parent5f206b3d7960b79a4c85067132caa7e7a29dfc59
ui/ncurses: Use tty name in default log filename

When we have multiple ncurses UIs running, we'd like to log to separate
files. Currenly, all UIs log to the same file, which makes it diffifult
to determine which UI is logging each message.

This change uses the output of ttyname() (sanitised appropriately) as a
component of the default log filename.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
ui/ncurses/generic-main.c