Skip to content

Commit e2a689c

Browse files
authored
Merge pull request #103 from ssahani/misc
DTLS: Improve logging
2 parents c145499 + b5bea63 commit e2a689c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/netlog/netlog-dtls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ int dtls_connect(DTLSManager *m, SocketAddress *address) {
100100
if (r < 0 && errno != EINPROGRESS)
101101
return log_error_errno(errno, "DTLS: Failed to connect to remote server='%s': %m", pretty);;
102102

103-
log_debug("Connected to remote server: '%s'", pretty);
103+
log_debug("DTLS: Connected to remote server: '%s'", pretty);
104104

105105
ctx = SSL_CTX_new(DTLS_method());
106106
if (!ctx)

0 commit comments

Comments
 (0)