diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index b835415b5..7d20b8860 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -9681,7 +9681,7 @@ preadfd(void) | |||
9681 | } | 9681 | } |
9682 | # if ENABLE_ASH_IDLE_TIMEOUT | 9682 | # if ENABLE_ASH_IDLE_TIMEOUT |
9683 | else if (errno == EAGAIN && timeout > 0) { | 9683 | else if (errno == EAGAIN && timeout > 0) { |
9684 | printf("\007timed out waiting for input: auto-logout\n"); | 9684 | puts("\007timed out waiting for input: auto-logout"); |
9685 | exitshell(); | 9685 | exitshell(); |
9686 | } | 9686 | } |
9687 | # endif | 9687 | # endif |