Skip to content

Commit

Permalink
tls-openssl: changed debug messsage in TlsOpenSsl destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Sep 20, 2018
1 parent 6f90f8e commit 14b6147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/lib/tls_openssl.cc
Expand Up @@ -269,7 +269,7 @@ TlsOpenSsl::TlsOpenSsl(int fd)

TlsOpenSsl::~TlsOpenSsl()
{
Dmsg0(100, "Destruct TlsConnectionContextOpenSsl\n");
Dmsg0(100, "Destroy TLsOpenSsl Implementation Object\n");
}

/*
Expand Down

0 comments on commit 14b6147

Please sign in to comment.