summaryrefslogtreecommitdiffstats
path: root/src/openvpn/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvpn/console.c')
-rw-r--r--src/openvpn/console.c2
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;
}