---
 src/openvpn/options.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/openvpn/options.c b/src/openvpn/options.c
index ef6170c..d69e28f 100644
--- a/src/openvpn/options.c
+++ b/src/openvpn/options.c
@@ -5225,8 +5225,10 @@ add_option (struct options *options,
     }
   else if (streq (p[0], "max-routes"))
     {
-      msg (msglevel, "--max-routes option ignored. The number of routes is 
unlimited as of version 2.4. "
-           "This option will be removed in a future version, please remove it 
from your configuration.");
+      msg (M_WARN, "DEPRECATED OPTION: --max-routes option ignored."
+          "The number of routes is unlimited as of version 2.4. "
+          "This option will be removed in a future version, "
+          "please remove it from your configuration.");
     }
   else if (streq (p[0], "route-gateway") && p[1])
     {
-- 
1.8.5.2 (Apple Git-48)


Reply via email to