Skip to content

Commit

Permalink
Don't print "DTLS connected" when it isn't yet
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Feb 12, 2013
1 parent 7d451e5 commit b710c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtls.c
Expand Up @@ -689,7 +689,7 @@ int setup_dtls(struct openconnect_info *vpninfo)
return -EINVAL;

vpn_progress(vpninfo, PRG_TRACE,
_("DTLS connected. DPD %d, Keepalive %d\n"),
_("DTLS initialised. DPD %d, Keepalive %d\n"),
vpninfo->dtls_times.dpd, vpninfo->dtls_times.keepalive);

return 0;
Expand Down

0 comments on commit b710c91

Please sign in to comment.