summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Thomson <martin.thomson@gmail.com>2019-10-14 17:15:46 +0000
committerMartin Thomson <martin.thomson@gmail.com>2019-10-14 17:15:46 +0000
commit96a54e65e82ad4baa20ca208e633bd20f136f365 (patch)
treedd46e39b3a832cf5332fa100f36af0a117df03bf
parent0bfb6b1ada55806cfd7be6fd334d62d12e231aae (diff)
downloadnss-hg-96a54e65e82ad4baa20ca208e633bd20f136f365.tar.gz
Bug 1588557 - Fix debug statement, r=jcj
Differential Revision: https://phabricator.services.mozilla.com/D49177
-rw-r--r--lib/ssl/tls13con.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/tls13con.c b/lib/ssl/tls13con.c
index a587e3890..c24684150 100644
--- a/lib/ssl/tls13con.c
+++ b/lib/ssl/tls13con.c
@@ -914,7 +914,7 @@ SECStatus
tls13_HandlePostHelloHandshakeMessage(sslSocket *ss, PRUint8 *b, PRUint32 length)
{
if (ss->sec.isServer && ss->ssl3.hs.zeroRttIgnore != ssl_0rtt_ignore_none) {
- SSL_TRC(3, ("%d: TLS13[%d]: %s successfully decrypted handshake after"
+ SSL_TRC(3, ("%d: TLS13[%d]: successfully decrypted handshake after "
"failed 0-RTT",
SSL_GETPID(), ss->fd));
ss->ssl3.hs.zeroRttIgnore = ssl_0rtt_ignore_none;