diff options
Diffstat (limited to 'common/ttyio.c')
-rw-r--r-- | common/ttyio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/ttyio.c b/common/ttyio.c index 9ca96d9f4..a3f63274a 100644 --- a/common/ttyio.c +++ b/common/ttyio.c @@ -189,7 +189,7 @@ init_ttyfp(void) #else ttyfp = batchmode? stderr : fopen (tty_get_ttyname (), "r+"); if( !ttyfp ) { - log_error("cannot open `%s': %s\n", tty_get_ttyname (), + log_error("cannot open '%s': %s\n", tty_get_ttyname (), strerror(errno) ); exit(2); } |