summaryrefslogtreecommitdiff
path: root/vpn
diff options
context:
space:
mode:
Diffstat (limited to 'vpn')
-rw-r--r--vpn/vpn-provider.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/vpn/vpn-provider.c b/vpn/vpn-provider.c
index 8b68dba3..2519dd52 100644
--- a/vpn/vpn-provider.c
+++ b/vpn/vpn-provider.c
@@ -1179,9 +1179,8 @@ static int provider_indicate_state(struct vpn_provider *provider,
{
const char *str;
- DBG("provider %p state %d", provider, state);
-
str = state2string(state);
+ DBG("provider %p state %s/%d", provider, str, state);
if (str == NULL)
return -EINVAL;