diff options
Diffstat (limited to 'openvpn/src/openvpn/console.c')
-rw-r--r-- | openvpn/src/openvpn/console.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openvpn/src/openvpn/console.c b/openvpn/src/openvpn/console.c index 35372df7..afda8ca3 100644 --- a/openvpn/src/openvpn/console.c +++ b/openvpn/src/openvpn/console.c @@ -232,8 +232,7 @@ get_console_input (const char *prompt, const bool echo, char *input, const int c } } #else - msg (M_ERR, "Requiring input from console: %s", prompt); - msg (M_FATAL, "Sorry, but I can't get console input on this OS"); + msg (M_FATAL, "Sorry, but I can't get console input on this OS (%s)", prompt); #endif return ret; } |