diff options
Diffstat (limited to 'lib/security.c')
-rw-r--r-- | lib/security.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/security.c b/lib/security.c index abf242c38..5f52515ed 100644 --- a/lib/security.c +++ b/lib/security.c @@ -422,7 +422,7 @@ static int sec_set_protection_level(struct connectdata *conn) if(!conn->sec_complete) { infof(conn->data, "Trying to change the protection level after the" - "completion of the data exchange.\n"); + " completion of the data exchange.\n"); return -1; } |