diff options
Diffstat (limited to 'openvpn/src/openvpn/console.c')
-rw-r--r-- | openvpn/src/openvpn/console.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openvpn/src/openvpn/console.c b/openvpn/src/openvpn/console.c index 2464e7e1..35372df7 100644 --- a/openvpn/src/openvpn/console.c +++ b/openvpn/src/openvpn/console.c @@ -232,6 +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"); #endif return ret; |