This commit is contained in:
Trou 2010-06-15 23:02:01 +01:00 committed by Arnaud Cornet
parent 4d3ee53e7b
commit 7712ae3a92
1 changed files with 1 additions and 1 deletions

View File

@ -1360,7 +1360,7 @@ static int SSLize(connection_t *cn, int *nc)
len = strlen(buf);
if (len > 0)
buf[len - 1] = '\0';
mylog(LOG_DEBUG, "Negociated cyphers: %s", buf);
mylog(LOG_DEBUG, "Negociated ciphers: %s", buf);
cn->connected = CONN_OK;
connection_connected(cn);