From 4e9a51d78ffa0696cf7d14ff0292ca8863689f70 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 11 Jun 2008 10:48:50 +0000 Subject: Merged connection profiles from http://svn.openvpn.net/projects/openvpn/test/conn git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2993 e7ae566f-a301-0410-adde-c780ea21d3b5 --- errlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'errlevel.h') diff --git a/errlevel.h b/errlevel.h index b2a0dda..359745e 100644 --- a/errlevel.h +++ b/errlevel.h @@ -120,7 +120,7 @@ #define D_MULTI_DEBUG LOGLEV(7, 70, M_DEBUG) /* show medium-freq multi debugging info */ #define D_MSS LOGLEV(7, 70, M_DEBUG) /* show MSS adjustments */ #define D_COMP_LOW LOGLEV(7, 70, M_DEBUG) /* show adaptive compression state changes */ -#define D_REMOTE_LIST LOGLEV(7, 70, M_DEBUG) /* show --remote list */ +#define D_CONNECTION_LIST LOGLEV(7, 70, M_DEBUG) /* show list info */ #define D_SCRIPT LOGLEV(7, 70, M_DEBUG) /* show parms & env vars passed to scripts */ #define D_SHOW_NET LOGLEV(7, 70, M_DEBUG) /* show routing table and adapter list */ #define D_ROUTE_DEBUG LOGLEV(7, 70, M_DEBUG) /* show verbose route.[ch] output */ -- cgit