diff options
Diffstat (limited to 'libbb/get_console.c')
-rw-r--r-- | libbb/get_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/get_console.c b/libbb/get_console.c index 794888fa7..562b57703 100644 --- a/libbb/get_console.c +++ b/libbb/get_console.c | |||
@@ -106,7 +106,7 @@ int get_console_fd(void) | |||
106 | if (is_a_console(fd)) | 106 | if (is_a_console(fd)) |
107 | return fd; | 107 | return fd; |
108 | 108 | ||
109 | error_msg("Couldn't get a file descriptor referring to the console"); | 109 | bb_error_msg("Couldn't get a file descriptor referring to the console"); |
110 | return -1; /* total failure */ | 110 | return -1; /* total failure */ |
111 | } | 111 | } |
112 | 112 | ||