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 Aug 16, 2018
1 parent 51797a2 commit e36e334
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 e36e334

Please sign in to comment.