Signed-off-by: Arne Schwabe <[email protected]>
---
src/openvpn/console.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/openvpn/console.c b/src/openvpn/console.c
index 2464e7e..afda8ca 100644
--- a/src/openvpn/console.c
+++ b/src/openvpn/console.c
@@ -232,7 +232,7 @@ get_console_input (const char *prompt, const bool echo,
char *input, const int c
}
}
#else
- 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;
}
--
1.7.7.5 (Apple Git-26)